christerdk / Malmofestivalen-for-Android

This is the home of the community driven Android app for Malmöfestivalen.
5 stars 1 forks source link

Fix for image loading in lists #10

Closed sebols closed 12 years ago

sebols commented 12 years ago

The images are now loaded correctly in the lists. Images are cached in an LRU fashion in memory with a max size based on device memory class.

Also made EventDetailActivity use the same image loader and cache so we don't have to reload those images from the server so often.

This could of course be perfected by adding a file cache later.