Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个需要对我的位置进行后台更新的 android 应用程序。
我不知道如何在后台运行我的应用程序。
您应该使用 Service 类,它的工作原理和文档可以在这里找到。
http://developer.android.com/reference/android/app/Service.html
该服务类似于 Activity,但没有 UI,即使用户正在使用其他应用程序,它也可以在后台运行。
问候 托拜厄斯