loopj / android-smart-image-view

Android ImageView replacement which allows image loading from URLs or contact address book, with caching
http://loopj.com/android-smart-image-view/
1.3k stars 510 forks source link

Very choppy scrolling in a ListView with SmartImageView #47

Open EpicDraws opened 9 years ago

EpicDraws commented 9 years ago

I have been trying to optimize my ListView for a while now and am failing. When I only set a placeholder image and do not load remotely, the list is very fast.

Here is what I have tried (and still have all this):

What else can I try? I assumed the memory cache would be fast enough to make this a non-issue. To get an idea for performance, it is clearly dropping frames and a flick scroll can lock up the list for at least 500-1,000ms.

Thank you for an otherwise awesome library!