Android ViewPager Lag

前端 未结 11 1920
迷失自我
迷失自我 2020-12-28 19:55

Hello I have a viewpager with several pages(using a fragment state pager), and some pngs as backgrounds to those pages. I already followed the Displaying Bitmaps in the Ui (

11条回答
  •  [愿得一人]
    2020-12-28 20:18

    I had a similar problem too and, in my case, the lagging was caused by the background picture of the layouts which was too large. I just resized the picture and the swiping lag was gone

提交回复
热议问题