I've been using the updated FusedLocationProvider with GoogleMaps tutorial as posted yesterday, and I've modified it nicely to do some stuff, but I am unclear as to how to stop the Starter Service. I've read around the forum about the Starter service being the main entry point to one's code.
I added a Close button which closes the Activity and tries to Stop the service, but it seems to continue merrily along in the back ground when the main activity is closed.
How do I kill everything when I quit the program using Activity.Finish in the only Activity in my program?
Thank you.
JMB
I added a Close button which closes the Activity and tries to Stop the service, but it seems to continue merrily along in the back ground when the main activity is closed.
How do I kill everything when I quit the program using Activity.Finish in the only Activity in my program?
Thank you.
JMB