Get Current Location coordinates , City name

Sometime we need to get GPS coordinates in android. so today i am going to write step by step simple tutorial How can we get location coordinates using GPS in android mobile. also through coordinate we can calculate current location more details like City Name. Note: I have tested this app on My Android Mobile and its working fine. But when you test this app, enable your gps settings in mobile, you need to change current location like 10-20 meter so you will get the coordinates, so need to move with the installed app mobile device. What this app does? Check gps is enable or disable. Get gps coordinates. Get the current city name. okay! so let's try this small app ------------------------------------------- App Name: GetCurrentLocation Package Name: com.rdc Android SDK: Android SDK 2.3.3 / API 10 Default Activity Name: GetCurrentLocation ------------------------------------------- GetCurrent...