Hey, I finished my code and everything works as it should but I'm wondering since smartphones have limited battery, CPU .. How can I check if my application will run good on older phones? and how can I check if my app consumes the phones battery? Thanks
|
feedback
|
|
The only way to really know it to test the app in the phones. That said, you can profile it and make educated guesses based on how CPU-intensive is your app, for how long is it running, if you have services using cpu continuously, etc. There are a few things to consider:
Take a look at this video: http://www.google.com/events/io/2009/sessions/CodingLifeBatteryLife.html | |||
|
feedback
|
|
Also take a look on http://developer.android.com/guide/developing/debugging/debugging-tracing.html | |||
|
feedback
|