What is the use of WebView?

The WebView class is an extension of Android’s View class that allows you to display web pages as a part of your activity layout . It does not include any features of a fully developed web browser, such as navigation controls or an address bar. All that WebView does, by default, is show a web page.

Read more