Hi, my app has performance problems, and I don't understand why. It has a not too complicated UI, and Traceview displays the following result (a row below an other is it's child):
METHOD Incl% Calls+Recur android/os/Handler.dispatchMessage 90.5% 117+0 android/view/ViewRoot.handleMessage 84.8% 7+0 android/view/ViewRoot.performTraversals 83.7% 4+0 ----------------------------------- android/view/View.measure 75.3% 4+5639 android/widget/FrameLayout.onMeasure 75.3% 4+10 android/view/ViewGroup.measureChildWithMargins 75.3% 4+3467 ----------------------------------- android/view/View.measure 75.3% 4+5639 android/widget/FrameLayout.onMeasure 75.3% 4+10 android/view/ViewGroup.measureChildWithMargins 75.3% 4+3467 .... There is no my class in these calls. Can somebody help me? What should I do to solve this problem? Thanks, T. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en