Video thumbnail arrayadopter is slow on scroll

前端 未结 2 1348
伪装坚强ぢ
伪装坚强ぢ 2021-01-06 02:08

I have created an adopter to display images thumbnail of video form the specific folder but when I scroll it lags a little but why is that?

Below is the code:

2条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-06 02:48

    Since you are creating Thumnail for video inside getView() it slow down your scrolling.

    So you have to save your bitmap in Arrarys and list it i scroll.. Try this Sample for this will really helps you for fast scrolling. This Sample includes images , you have to change for Video in Media Content Providers. Fast Scroll Sample

提交回复
热议问题