json - How to implement offline mode on android -


we load lots of data json objects arrays in our application , handled while online. move kind of caching, how can implement off line mode android?, there external storage can write to?, there thousands of records.

you use lrucache caching objects. here's example on how cache bitmaps example.


Comments

Popular posts from this blog

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -