Release resources or services as soon as possible (e.g., wakelocks, screen).
Mobile apps use a number of resources that can be manually closed after use. While active, these resources are ready to respond to requests from the app and require extra power consumption.
Make sure resources are inactive when they are not necessary by manually closing them.
Implement handlers for events that are fired when the app goes to background, and release wake locks accordingly.