[android-developers] Re: Battery Life vs Features

2010-01-15 Thread Michael boggess
I think it depends on a few things, namely how long or often will the user use your app? If they will only use it for a few minutes at a time once a day you can keep all features active that are required for the app. On Jan 14, 3:27 pm, Acchao wrote: > I'm curious as to how many developers take

[android-developers] Re: Battery Life vs Features

2010-01-14 Thread Matt Kanninen
It's pretty easy for users to check which applications are draining the battery, so it's in your interest not to have your application on the top of the list. I say conserve battery wherever possible, but a good user experience and quality application is more important. On Jan 14, 2:27 pm, Acchao