For various Android applications, I need large ListViews, i.e. such views with 100-300 entries.
ListView
All entries must be loaded in bulk when the application
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.