I am working on an android application that is used for tracking mobiles.
I have used location listener to get the latitude & longitude values from the GPS at a time interval of 10 secs.
In case of internet connectivity,the values(lat,longi) are directly sent to my server and if there is...