What are the things which reduces (Android) battery time?

谁都会走 提交于 2019-12-01 08:09:16

问题


In one of our application we need to use the GPS continuesly ,the purpose is to get the user driving speed. Recently I found that while using the GPS continuesly can drain the device battery. If the GPS device is not used, device battery will work for hours but if the GPS is used it reduces the battery life dramatically.

  1. I was wondering that "what are other things" which can reduce the battery time?

  2. How we can avoid them ?

  3. What are the best practices to use them?


回答1:


Well i found the answer here, Google I/O 2009 - Coding for Life -- Battery Life, That Is

What can I do to increase battery life on my Android device?




回答2:


Wifi, Facebook Client, Application which runs lot of services in background. Gaming apps may drain your battery.




回答3:


Anything that is CPU intense. Each cpu cycle drains more battery life. So programs that run in the background, or anything that needs constant updating (GPS) are going to drain battery life.



来源:https://stackoverflow.com/questions/8445637/what-are-the-things-which-reduces-android-battery-time

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!