最佳答案
I am creating a background service that will run in its own process. It should allow me to listen if the device location has changed. I should be able to change criteria like the distance moved before notifying the UI.
How can I do the same? I have a little knowledge of service and LocationListener
implementations. Any tutorials around the net would be appreciated.
I got one back-link from stack overflow, but I didn't understand much of it.