androidcachingandroid-volleyuniversal-image-loader

Which provides better Image Loading/Caching - Volley or Picasso?


I'm looking for an open source image loading/caching solution.

I am looking in to:

Google's Volley,

Square's Picasso

Universal Image Loader

I want to be able to handle async image loads from disk as well as network, however I'm not sure if Google's volley handle's loading from disk.

Does Volley allow resource loading from disk??

An example of what I would like to do is available with AQuery.


Solution

  • volley' Request class deal with all network requests. I have not yet found any class loading resource from disk..