I looking for very fast Android image caching library. It's should support memory and disk caching, and also work fine with reusable views(such a ListView or GridView).
I've tried to use Picasso
and UniversalImageLoader
, but I want to add more speed. On the older devices GridView works slow. The problem is not in layout optimisation or heavy getView(int, View, ViewGroup)
method, it's exactly in image cacher.
So what can you advise me on the basis of your experience?
You can use Kaush's UrlImageViewHelper. It support image downloading, caching etc.