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 &
Using BroadcastReceiver is a good choice for sending periodic requests.
Here is a tutorial to use BroadcastReceiver.