How can I archive webpages for offline viewing on Android?
What Im trying to achieve is the following:
- User enters a URL.
- Loader dialog pops up.
- The webpage and its resources are downloaded and archived in mht format.
- Loader dialog is dismissed.
- The app displays the downloaded page.
Thanks in advance!