Closed GoogleCodeExporter closed 9 years ago
Seems related to scrolling too fast and causing images to load too quickly.
Solution is to detect the list scroll speed and load images when the user stop
fling.
Original comment by tinyeeliu@gmail.com
on 27 Sep 2011 at 10:17
Original comment by tinyeeliu@gmail.com
on 1 Oct 2011 at 3:10
Download:
http://code.google.com/p/android-query/downloads/list
Doc:
http://code.google.com/p/android-query/wiki/ImageLoading?ts=1317640729&updated=I
mageLoading#Delay_Image_Loading
Added a method called shouldDelay() that tells you whether the list is flinging
to avoid loading images.
This should help you to only load image when an AbsListView stops scrolling.
Let me know if this solves your performance issue.
Original comment by tinyeeliu@gmail.com
on 3 Oct 2011 at 11:34
Original issue reported on code.google.com by
thanh.it...@gmail.com
on 27 Sep 2011 at 5:03