I'm trying to develop an application which posts the GPS coordinates with onLocationChange. My applications runs well, but when it goes to backgr开发者_开发问答ound it stops. How I could keep running the application even if it goes to background?
You have to use Service.See here to learn about service.See this link also.
精彩评论