I want to have a data connection that sends every 60 seconds the geo-position.
My problem is how to implement that in my app.
Should i make a service in a endless thread that reads the geo data and send it to my server?
Any other solution?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Could use a service and then use of a handler to post a delay every 60 seconds. Using the