It will also handle caching for us, following the headers in the response. See http://stackoverflow.com/questions/16783177/set-expiration-policy-for-cache-using-googles-volley and http://stackoverflow.com/questions/16781244/android-volley-jsonobjectrequest-caching.
IDEA: put a max-age header in our responses about times... Then caching for those is done automatically, too.
It will also handle caching for us, following the headers in the response. See http://stackoverflow.com/questions/16783177/set-expiration-policy-for-cache-using-googles-volley and http://stackoverflow.com/questions/16781244/android-volley-jsonobjectrequest-caching.
IDEA: put a max-age header in our responses about times... Then caching for those is done automatically, too.