[Solved] using Gps Getting Latitude and Longitude


http://www.androidhive.info/2012/07/android-gps-location-manager-tutorial/

Go to this link to get your location

You can implement a loop with postdelay handler to implement 5 minute refresh rate and run the getLocation inside that…

Use SharedPreferenceManager to store the last known lat and long to the sdcard data

https://mongskiewl.wordpress.com/2013/10/16/sending-json-data-from-android-to-a-php-script/

Follow this to send JSON data 🙂

4

solved using Gps Getting Latitude and Longitude