konklone / congress-android

Congress for Android, an app for tracking Congress.
https://play.google.com/store/apps/details?id=com.sunlightlabs.android.congress
Other
157 stars 42 forks source link

Picasso for image caching #629

Closed konklone closed 10 years ago

konklone commented 10 years ago

Could probably do a way better job managing network/image/disk caching, without running into Out of Memory errors on large lists (as happens now, on Kindle Fire):

http://square.github.io/picasso/ https://github.com/square/picasso

Will make the dependency on OkHttp explicit, I guess, but we've already accommodated for that.