nostra13 / Android-Universal-Image-Loader

Powerful and flexible library for loading, caching and displaying images on Android.
Apache License 2.0
16.78k stars 6.1k forks source link

Reload thumbnail images asset very slowly #900

Open superfox4 opened 9 years ago

superfox4 commented 9 years ago

I must use universal image loader in a listview within in different activies.These use same images,but the first activity display all with none problem, but the second activity has a late loading images. Is there a mode for reuse images in first activity for the second activity? Therefore all images loaded from assets. These activies use an adapter that init a android-universal-image-loader config in the default constructor

TomIsYourName commented 9 years ago

@superfox4 I think what you should do is enable the memory cache, and if you want the different listview use the same memory cache while the image view size are different, you should set denyCacheImageMultipleSizesInMemory()