Startting and Stopping GPS from Android App (Not from single Activity ) -


i have app need current gps location 1 or many activities, in attempt reduce waiting time user, trying start gps locationlistener @ app launch. want when app exits (go home screen) of activity, gps listener should stop. having several activities , activity can use gps due app flow not sure activity user exit want maintain global state of gps start , stop. binding start , stop app start , stop.

i looking concrete solution this, pointers great..please guide!!

that doesn't sound idea. should manage gps listeners on activity level - attach them in onresume , detach in onpause. believe problem have many activities , want same stuff in every of them. create base abstract activity class manage gps connect/disconnect , extend every activity class.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -