My app should have capability to work online and offline.
When I have internet, I will connect to tomcat server and fetching the json object and displaying the details.
But if I don’t have internet access, I want my app to work. So my idea was to store the data in xml files in mobile at some folder when my last communication done with server. Is it possible?
If so how can I do it.. Can anybody help me ???
You can store the data in your internal memory and every time you hit the server delete the old contents.