Wednesday, 21 August 2013

Web Services with SQLite

Web Services with SQLite

I am developing an android dashboard app to display various charts. I am
having a local SQLLitedatabase in my application which contains all the
values to be displayed.
But I want that whenever my app loads my db should get refreshed by
hitting a web server if data connection is ON or else it should display
the charts with the local db in offline mode.
Can I update my db using the JSON parser provided by the Android API?
Please suggest the best protocol for this

No comments:

Post a Comment