webimageloader
webimageloader copied to clipboard
Pause async loader on scroll
Is there any way to pause the async tasks? Reason I ask, is to pause the background threads while scrolling as there's too much work being done as the images scroll by for a listview with large number of images.
So, on scroll, I would pause the work and on scroll stop, I would resume the work.
Thanks, Bhaskar
Currently no, however I think this is a good thing to add and should be fairly simple (basically just pause the threads). I'll think about the implementation and probably get it done during the holidays. Thanks!
I've started working on this on a separate branch. It works nicely but I'm planning on adding preloading before I release it.
Branch is here: https://github.com/lexs/webimageloader/tree/list-optimizations