Simple example of a foreground service that keeps the process running in the background. The current location is shown in the persistent notification. The app starts at boot and theoretically should run all the time. It also schedules itself to run with StartServiceAt. This can help in cases...
www.b4x.com
Hello everyone in the community, I have seen this thread about how to put a location service in the background, is there a way to send the latitude, longitude, etc. data to my MySql. that sends me that data every time the location changes?