I have been looking around here and There, and I have become curious.
I was wondering if there is anything staple that is usually applied to android apps to make sure they do not become battery hungry. Such as portion of code that is normally added to make sure app gets closed all the way when it is exited?
What would be the best practice(code wise) that I could do to make sure my app/widget does not drain battery life.
For example lets just say my app is an informative one with a little bit of user interaction or a simple widget(Not a game etc.)