android - Setting up a process to deal with GPS for multiple activities -


I am writing an application that uses GPS which gives the speed and speed and direction of starting line . I have a GPS running in a test file which I wrote that latitude and longitude and time are printed out in my cell phone display but this is the same activity I need to calculate my program in the background on GPS data, For example calculation of speed apart from 10 seconds with the difference in location. This information should be seen from many of my activity pages, which are individual categories. I think I need to create an assistant class that has GPS service but I am not sure and I am not sure what to look for about many things on the web. It is not certain how helper can be stopped and even if it is called helper, I do not know what is in the Android docs. It is also not certain what is the best way to get information from a GPS assistant, if that is what it is called, many hours after searching googling and youtube, I am coming here for help.

What I'm doing is using the data you need to store and calculate . You can then create custom methods in the service and access them directly or through them. The data viewers can access the activities data when using the timer to call the methods to access the data or to select those methods at regular intervals, the refresh button You can use something like.

Comments