Example Uber app for Android developers.
UberAPI-Android-Demo is hosted in the following web site
https://github.com/rahulparsani/UberAPI-Android-Demo
If you think the Android project UberAPI-Android-Demo listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of UberAPI-Android-Demo.
Item | Value |
---|---|
Java File Count | 19 |
Activity Count | 3 |
Required Permissions | android.permission.INTERNET |
UberAPI-Android-Demo has the following Java source files.
com.rahul.uberapi.android.demo.Constants.java com.rahul.uberapi.android.demo.DemoActivity.java com.rahul.uberapi.android.demo.EndpointActivity.java com.rahul.uberapi.android.demo.MainActivity.java com.rahul.uberapi.android.demo.api.UberAPIClient.java com.rahul.uberapi.android.demo.api.UberAuthTokenClient.java com.rahul.uberapi.android.demo.api.UberCallback.java com.rahul.uberapi.android.demo.model.History.java com.rahul.uberapi.android.demo.model.Location.java com.rahul.uberapi.android.demo.model.PriceEstimate.java com.rahul.uberapi.android.demo.model.PriceEstimateList.java com.rahul.uberapi.android.demo.model.Product.java com.rahul.uberapi.android.demo.model.ProductList.java com.rahul.uberapi.android.demo.model.Profile.java com.rahul.uberapi.android.demo.model.TimeEstimate.java com.rahul.uberapi.android.demo.model.TimeEstimateList.java com.rahul.uberapi.android.demo.model.UberModel.java com.rahul.uberapi.android.demo.model.User.java com.rahul.uberapi.android.demo.model.UserActivity.java