Need Android GeoLocation Service App
Project Description:
I want an android service app that will run on the background.
The app has to get the users location (latitude and longitude) every five minutes or when the user moves 250m.
The minimum framework this must support is Android 2.2.
After getting the location, the app has to send the data in to a web server. The server coding will be done separately by me.
If there is no internet connection, the app will have to store the information temporarily in the phone and send the info when a connection is available.
When sending the data to the server, app will have to send the time, latitude, longitude and the phones IMEI number.
The app has to launch when the phone booting is finished automatically.
This will have NO user interactions.
Skills required are Android, Java