How to Store Location information every 15 minutes in sqlite db & send to Server?
I need to work Location API for android where first the data is to be stored on Local Sqlite datbase in android itself each 15 minutes and then send it to a server, so that data can be tracked offline too. Any suggestions, code or help is really appreciated ! You, can simply create a background service then implements a location listener. In that location listener, you can set the time interval in the requestLocationUpdate method to ping the GPS at particular time intervals. or you can use timertask to send gps at particular intervals Here is a location manager instance: lm