The kotlin on android webview tutorial describes how to display a webpage in a new activity using the kotlin programming language. Episodes Webview introduction Action ToolBar Navigation Buttons Kotlin ArrayList Web history DialogFragment Dialog Interface RecyclerView RecyclerView OnClick Steps Create a new android project. Add INTERNET permission to the AndroidManifest file <uses-permission android:name=”android.permission.INTERNET” /> […]
Kotlin on Android Webview Browser
The kotlin on Android Webview Browser tutorial demonstrates how to implement a basic web browser app using the kotlin programming language. This kotlin on android development tutorial follows on from the kotlin webview toolbar tutorial In this Kotlin on Android development tutorial we will be forward and back icons for navigating the webview history. […]
Kotlin on Android Webview Toolbar
In the previous kotlin on android development tutorial we described how to use the android webview for website navigation. In this kotlin on android webview toolbar episode we will demonstrate how to implement a basic web browser app using the kotlin programming language. Episodes Webview introduction Action ToolBar Navigation Buttons Kotlin ArrayList Web history […]
Kotlin on Android WebView Full Screen
The Kotlin on Android WebView Full Screen tutorial explains how to expand the video into full screen mode using WebChromeClient’s onShowCustomView function. This kotlin on android tutorial follows on from the RecyclerView OnClick Kotlin on Android tutorial Episodes Webview introduction Action ToolBar Navigation Buttons Kotlin ArrayList Web history DialogFragment Dialog Interface RecyclerView RecyclerView OnClick Webview […]