I made an Application that gives me the location of my Android phone.
Now I want to make a method that helps me to retrieve the GPS location of my phone (latitude lo
Use the Geocoder class. Pass it's getFromLocation() method the longitude and latitude and the maximal number of results you want to get returned. You'll get a List of Address objects.
getFromLocation()
List