Buddha Saikia
Buddha Saikia
Sometimes the following api returns empty array list (`timeEstimatesResponse.getTimes().size()` returns 0) even if Uber service is available at the selected location. ``` @GET("/v1/estimates/time") Call getPickupTimeEstimate(@Query("start_latitude") float var1, @Query("start_longitude") float var2,...
Tried `RideRequestButton rideRequestButton = new RideRequestButton(getActivity(), null, com.uber.sdk.android.rides.R.style.UberButton_White);` but not working. If I use xml button widget seems not working (it redirects to play store). Any helpful information would be...