theomumx / a-mp-droid

Automatically exported from code.google.com/p/a-mp-droid
GNU General Public License v2.0
0 stars 0 forks source link

Implement proper image caching #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

Original comment by bgmei...@gmail.com on 7 Sep 2011 at 8:07