Another possibility which comes to my mind, but feels like a terrible 
solution, is to pre-fetch the bitmaps, so, before the list scrolls, I have 
already next x bitmaps in the cache.  This would be implemented in 
combination with a scrolllistener, where scrolling causes to fetch the next 
x items and put them in the cache. So when the list calls getView() (no 
matter how offen), it will always get the same prefetched bitmap instance 
from the cache).

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to