Example using Androids lrucache

Below is a class I made for using LruCache, this is based on the presentation Doing More With Less: Being a Good Android Citizen given at Google I/O 2012. Check out the movie for more information about what I’m doing in the TCImageLoader class: public class TCImageLoader implements ComponentCallbacks2 { private TCLruCache cache; public TCImageLoader(Context … Read more