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
Post a Comment