In application the CPU usage goes to 10 to 20 % then the app will be too slow,In my app fully using JSON process fetch data from server.How to reduce the CPU usage.any know pls help me.
Share
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.
There are few tools that you can use to profile your application to understand which methods are most expensive to execute.
Take a look on this articles :
http://developer.android.com/tools/debugging/debugging-tracing.html
http://www.curious-creature.org/2012/12/01/android-performance-case-study/