android-smart-image-view icon indicating copy to clipboard operation
android-smart-image-view copied to clipboard

Use OkHttp

Open devesh opened this issue 11 years ago • 3 comments

It handles caching and uses SPDY when possible.

devesh avatar May 15 '13 06:05 devesh

http://square.github.io/okhttp/

devesh avatar May 15 '13 06:05 devesh

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.

devesh avatar May 15 '13 07:05 devesh

Even easier, use http://corner.squareup.com/2013/05/picasso-one-dot-oh.html to take care of fetching and caching the image.

devesh avatar May 16 '13 18:05 devesh