Monday, 19 August 2013

How to implement offline mode on android

How to implement offline mode on android

We load lots of data as JSON objects to some arrays in our application and
this is handled while online. but now we would like to move to some kind
of caching, how can we implement off line mode with Android?, is there an
external storage I can write to?, there could be thousands of records.

No comments:

Post a Comment