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

Using 'OR' and 'AND' in SQL Server -

c++ - NetBeans Remote Development with additional configuration -

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