我正在尝试编写一个应该在后台运行的Adroid应用程序,并在他将接近数据库中给出的位置时通知用户。我应该通过扩展的IntentService类中的requestLocationUpdates来完成吗?
尽可能减少电量耗尽的最佳方法是什么?
答案 0 :(得分:2)
Reto Meier撰写了大量有关此主题的文章:http://android-developers.blogspot.in/2011/06/deep-dive-into-location.html
Android开发者网站上Optimizing Battery Life
还有一个部分:http://developer.android.com/training/monitoring-device-state/index.html