rides-android-sdk
rides-android-sdk copied to clipboard
Uber Rides Android SDK (beta)
Release samples are not replacing ``` gradle compile project(':rides-android') compile project(':core-android') ``` with ``` gradle compile 'com.uber.sdk:rides-android:0.5.3' compile 'com.uber.sdk:core-android:0.5.3' ``` when released (where 0.5.3 represents the most recent released version)
Can u implement any mealtime socket to send status{accepted, arriving} to our app, So that we no need to call the API until response changes to accepted, It is killing...
In small screens, the given `RideRequestButton` has UI glitches: Text is so big, button is huge... I really recommend letting developers customize the button label, estimate and price text size....
Rate and surge information for uber cabs on ride request widget.
Cutting the current main into 1.X branch to prepare main for the 2.X
- Created a demo app using authentication module - app supports prefilling user information - demonstrates how to use app priority - shows a toast message for token or error
I ve set up the button like that ```kotlin val config = SessionConfiguration.Builder() .setClientId("xxx") .setClientSecret("xxx") .setEnvironment(SessionConfiguration.Environment.SANDBOX) .build() val session = ServerTokenSession(config) val rideParams = RideParameters.Builder() .setProductId("a1111c8c-c720-46c3-8534-2fcdd730040d") .setDropoffLocation(37.775304, -122.417522, "Uber HQ",...