Open devesh opened 11 years ago
Additionally, see the note in http://developer.android.com/training/displaying-bitmaps/cache-bitmap.html, which says that using SoftReferences for a bitmap cache as the current implementation does is not recommended.
Even easier, use http://corner.squareup.com/2013/05/picasso-one-dot-oh.html to take care of fetching and caching the image.
It handles caching and uses SPDY when possible.