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

853 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 answers

2
3mpty On

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