• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Any good android tool to find the cause of low performance?

quencyw

Lurker
Hello, I am an android developer and developing an Android mobile app. I notice an issue in my app that it takes around 5-6 secs from an activity back to the previous activity. I am using TraceView to trace the codes and the max used time is about 800msec for whole app. it seems that the cpu is not using that much time. The brief description about the issue is: in my app, MainTabActivity (extending TabActibity) has several tabs, choose a tab and display a list fragment, click an item to go to the item detail activity in which doing some add/delete functions. then click back key to the MainTabActivity. then choose another tab and show another list fragment, click an item to the detail activity, and then click back key. at this moment, it takes 5-6 seconds to go back to the MainTabActivity. in addition, click the option menu, it does not show the option menu (but If it does not take that long to go back, the option menu will show).
Anyone can give me some idea how I can fix this?

thanks alot.
 
Welcome to Android Forum. This is a friendly place for discussion, learning and help. We welcome new members who want to be a part of this community.

Nice of you to stop by and join us. We love developers on Android Forum - I hope your time here will prove useful. Here's a link to the
Application Development - Android Forums where other developers love to hang-out. You might get a better answer over there. Thanks for joining the community. ;)
 
Back
Top Bottom