android get current location name
问题 Hey guys i want get current location with name. I did coding for get current location (lat,lang) how can i show relative place name (ie) 13.006389 - 80.2575 : Adyar,Chennai,India LocationManager locationManager = (LocationManager) getSystemService(Context.LOCATION_SERVICE); locationManager.requestLocationUpdates(LocationManager.GPS_PROVIDER, 0, 0, new LocationListener() { public void onStatusChanged(String provider, int status, Bundle extras) { // called when the location provider status