How to use Volley to support offline feature using cache? Does it support large JSON storage?

866 Views Asked by At

I am using volley for making server calls to fetch data. But now I want my application to work in offline mode too. So using volley cache is good idea or not and how to use it ? Does it support large JSon data storage ?

1

There are 1 best solutions below

2
On

Volley has build in cache feature from Queue object you can pick cache by calling .getCache().get(url)