Large ListView containing images in Android

前端 未结 7 1633
傲寒
傲寒 2020-12-15 13:50

For various Android applications, I need large ListViews, i.e. such views with 100-300 entries.

All entries must be loaded in bulk when the application

7条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-15 14:21

    check this out: https://github.com/DHuckaby/Prime

    I would use this for images in a ListView vs trying to solve it yourself.. I actually use it for all remote images in my apps.. or at least read the source code.. image management is a pain.. lean on a mature library to get you going.

提交回复
热议问题