我正在开发一个应用程序,我必须检索位置的纬度和经度并保存在数据库中。第二件事是我希望用户在再次到达同一个地方时收到通知。我不知道如何让应用程序在后台运行。谁能让我知道如何继续?
答案 0 :(得分:1)
您可以使用服务:
有用的教程:
答案 1 :(得分:0)
此处已经提出过类似的问题: Run only a background service when application start
在Appcelerator上还有一个关于此的帖子: http://developer.appcelerator.com/question/138478/background-service-on-android
此外,您可以在此处找到Android服务教程: http://danielnadeau.blogspot.com/2013/10/android-services-tutorial-run-tasks-in.html
答案 2 :(得分:0)
Android应用程序可以包含4种类型的组件:广播接收器,内容提供商,活动和服务。你需要服务。
http://developer.android.com/guide/components/fundamentals.html#Components