Possible Duplicate:
How do I get the web page contents from a WebView?
I want the html source code of the html file that has been loaded into my WebView.
By searching a lot, I came to know that it should done using the WebViewClient. Can anyone tell me how can this be done?
Advice on this question Is there a way to get the HTML in a webview in an Android app? may help.