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

PauseOnScroll only if not loading from cache or memory #823

Open RaffiOhanian opened 10 years ago

RaffiOhanian commented 10 years ago

I'm pausing the imageloader when scrolling and resuming when the scroll state is idle . how can i configure the image loader in a way that it wont pause on scroll when its trying to get the image from the memory or cache . only pause when trying to download the image . is there a proper way to do that?

nostra13 commented 10 years ago

it wont pause on scroll when its trying to get the image from the memory or cache

It works this way.

RaffiOhanian commented 9 years ago

and how can i pause load from cache when scrolling, so that i don't have lags while scrolling ?