how do I start and stop GPS tracking in an Android application?
In my Android application when I press the stop button the GPS stop开发者_StackOverflows tracking the user location.
Specifically I defined methods like removeupdates in that button event.
But now I want to start the GPS tracking again after it has been stopped.
Can you tell me what I need to do?
Register LocationListener one more time.
精彩评论