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 -

python - Finding intersection between ellipse and a line -

c++ - NetBeans Remote Development with additional configuration -