I am using Sergey Tarasevich's library Universal Image Loader in my Android project to load images into a ListView. At the moment I am loading my pictures in the getView() method in my adapter and everything works as expected.
The problem is I want to load some images (three or four) in advance so that the user doesn't need to wait for the images to load when scrolling. What would be the best approach to achieve this using Universal Image Loader?
You can use loadImage(...)
for following images in getView(...)
to pre-cache them.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With