I have an Android app that simply houses a website. I would like the app to cache the pages of the website for offline use.
I\'m doing a simple test to see if the cache
Another very flexible and powerful option can be using HTML5 to manage the caching in your app..
Have a look at http://diveintohtml5.info/offline.html
You can simply enable caching in your app and manage the caching from the web end itself.
Best Regards
Aman Gautam