Android 长时间运行的应用程序
我正在尝试开发一个使用 onLocationChange 发布 GPS 坐标的应用程序。我的应用程序运行良好,但当它进入后台时就会停止。即使应用程序进入后台,我如何才能继续运行该应用程序?
I'm trying to develop an application which posts the GPS coordinates with onLocationChange. My applications runs well, but when it goes to background it stops. How I could keep running the application even if it goes to background?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须使用Service。请参阅此处了解service。请参阅<还有一个 href="http://developer.android.com/guide/topics/fundamentals/services.html" rel="nofollow">此 链接。
You have to use Service.See here to learn about service.See this link also.