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
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