I'm looking for an open source image loading/caching solution.
I am looking in to:
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.
volley' Request class deal with all network requests. I have not yet found any class loading resource from disk..