In this tutorial, we learn about WebView.
WebView
If you want to deliver a web application (or just a web page) as a part of a client application, you can do it using 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.
In this tutorial, we also use uses-permission in the Manifest file in which we use Internet Acess for Web App.
For more about Manifest
visit:- https://developer.android.com/guide/t...
Hope you enjoyed this tutorial.
Please Like, Share & Subscribe.