i want to get the html code of a webpage in android. The webpage url will be given in a edit textbox then when the user will click the button a text view will show the code of that webpage. Please explain and give the code!
Any help would be appreciated!
Don’t forget to add the internet permission in the AndroidManifest:
You can refer to these links for more help:
http://lexandera.com/2009/01/extracting-html-from-a-webview/
Is it possible to get the HTML code from WebView
How to get the html-source of a page from a html link in android?