Top "Location-client" questions

The LocationClient is the main entry point for location related APIs, such as location and geofence.

Continuous location updates in background

i am developing a application which will send location updates continuously from a background service. i tried following code. public …

android gps locationlistener background-service location-client
How can i downgrade Google Play Services Library in Android SDK?

The latest update to the Google Play Services Library of the Android SDK removed the LocationClient class from it. How …

android location google-play-services location-client
Cannot resolve symbol 'LocationClient' in Android Studio

I'm getting this error developing an application in Android Studio that I would like to use location services in.I …

android android-studio google-play-services location-client location-services
onLocationChanged not called on some devices

This is a question which has been asked numerous times but I could not find a solution that always works. …

android location-client
Android: at com.google.android.gms.internal.u.y(Unknown Source)

I try to get current location, following the guide from http://developer.android.com/training/location/retrieve-current.html my google …

android location location-client