ATM, I'm searching through open source/close source android applications to identify particular concerns (code blocks, code patterns) that rise energy issue as my interests and part of studies.
For example, code that
- turning on GPS for longer than necessary , or
- refreshing display unnecessarily.
So,
Is there any suggestion how I can go about searching those concerns and possible fixes?
any professional Android programmers could suggest some common practices that saves energy with example code?
Thanks in advance, sorry for asking an a bit open-ended question.