I am using Animations in my application while
- switching among
Activities - populating
ListView.
now I am wondering if it uses a lot more CPU power which uses more Battery.
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well, any calculation by the cpu uses power, and I have to believe that you have to do a lot more calculation to animate those items, so I would say yes, it would affect the battery life.
I can’t imagine it would be drastic though… people use Live Wallpapers, and some searching on the nets shows that those (depending on the device) can use an extra 2-4% power, and that’s for something that runs 100% of the time when visible, as opposed to list creation which happens in a finite amount of time.
Upshot: I wouldn’t worry about it.