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 ! 回答1: 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