Android : WebView Example

Leave a Comment
Android’s WebView allows you to open an own windows for viewing URL or custom html markup page.
In this tutorial, you will create two pages, a page with a single button, when you clicked on it, it will navigate to another page and display URL “google.com” in WebView component.



WebView allow you to manually load custom HTML markup, via webView.loadData().Now, when button is clicked, a custom html page is displayed.


Download it – Android-WebView-Example.zip




0 comments:

Post a Comment