Android: How can I speed up the scrolling of GridView?

后端 未结 1 1024
灰色年华
灰色年华 2021-01-12 07:33

I have a GridView that displays images (7 columns of images that are 166dp x 249dp) that are all the same size (there are over 150 images), and I\'m using the view recycling

相关标签:
1条回答
  • 2021-01-12 07:46

    I spoke with some of the boys at Google during the last Google Developer Lab and they told me that GridView is not maintained very much, and that I should use ListView, laying out the rows myself in code to make a grid. This is what I did and it's now lightning fast.

    0 讨论(0)
提交回复
热议问题