The current image caching should be improved to provide better performance and
stability (specially for list views).
Currently the caching algorithm stores images to the sd card and keeps n number
of items in memory (LinkedHashMap).
Things to improve:
- Evaluate SoftReferences
- Calculate how much memory we can use (or user setting)
- Clean up code and make algorithm more robust
Original issue reported on code.google.com by bgmei...@gmail.com on 2 Jan 2011 at 10:41
Original issue reported on code.google.com by
bgmei...@gmail.com
on 2 Jan 2011 at 10:41