Weird animation on Gallery when a invalidate is requested from it's children

后端 未结 6 1500
春和景丽
春和景丽 2021-01-14 17:38

This is the adapter of my Gallery on which I display ImageViews (thumb of a page)

I want to load the images ASync (some times this can come from Network), so I did t

6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-14 18:39

    you can use the concept of LazyList which fetches image from internet and temporary put in local cache which indirectly leads to smooth navigation in Gallery as image saved locally

    here is the link https://github.com/thest1/LazyList or http://androidsnips.blogspot.com/2010/08/lazy-loading-of-images-in-list-view-in.html

提交回复
热议问题