I am having trouble implementing Image cache using the new Volley library. In the presentation, code look like this
mRequestQueue = Volley.newRequestQueue(co
Ficus provides this sample code for the Bitmap LRU:
https://gist.github.com/ficusk/5614325