I am right now working on an app which works as a book-stack,where user can read books of their choice,now what i am doing is,displaying the html pages that i've made,in a web-view in my application. Now this application works only if the user has full time internet connection on his phone. What exactly i want is when they first open the application,they would need internet connection and then the app should be able to download that page and store it in local database so the user can read it later on without having any internet connect. So is there any possible way to download the html page and store it in local database so user can use the app even if he is not connected to internet? I can post my code here if needed be. Any smallest tip or help would be really great as i am stuck here since long now:(
EDIT 1:
So i successfully downloaded the HTLM page from the website,but now the problem that i am facing is,that i cannot see any of the images of the downloaded html. What can be a proper solution for this?