[android-developers] Best way to get the current location

2014-02-15 Thread Abhilash Baddam
Hi, To get the user location I have found two ways: 1. http://developer.android.com/training/location/retrieve-current.html . This one is using what I think is the new Google Services release which uses a LocationClient to connect to Google Services and retrieve the location.

Re: [android-developers] Best way to get the current location

2014-02-15 Thread TreKing
On Sat, Feb 15, 2014 at 10:37 AM, Abhilash Baddam abhilash.androiddevelo...@gmail.com wrote: The thing is that I don't get the difference between using one way or the other, which one is better?? Read the very first paragraph of the second link you posted. And another question is that in