WebView in Android App (Web App) | Android Studio 3.0.1 | Kotlin | 2018

Опубликовано: 24 Октябрь 2024
на канале: Android Pro
9,101
31

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.