Android Activity slow on 4.3 device

前端 未结 2 1871
死守一世寂寞
死守一世寂寞 2021-01-25 13:40

I developed an app that would stream videos from the web. I have an activity that lists the videos including their icons, titles and status (newly updated). For every row, there

2条回答
  •  醉话见心
    2021-01-25 13:59

    Try to start method profiling (see picture), then launch your activity, then stop method profiling by hitting the same button in the picture again. Eclipse will generate a report where you will see which method takes what time to execute. Thus you can find out which method caused the delay.

    enter image description here

提交回复
热议问题