Send Current Location to server periodically in android

后端 未结 5 1889
小鲜肉
小鲜肉 2020-12-14 22:32

I have to send my current location details (lat & long) to server periodically (Ex: for every 5 minutes). Is there any best way? I know how to get the current location &

5条回答
  •  攒了一身酷
    2020-12-14 23:00

    Using BroadcastReceiver is a good choice for sending periodic requests.

    Here is a tutorial to use BroadcastReceiver.

提交回复
热议问题