I want to save the HTML page locally on the SD card and reuse it later.
I am able to do the same using
webView.saveWebArchive(filename);
But this method is not present below API level 11. How can I perform the same function with an API level below 11?