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 Dialog
The Kotlin on Android Dialog tutorial explains how to implement a AlertDialog from a DialogFragment using the kotlin programming language. This Kotlin on Android tutorial follow’s on from the ArrayList tutorial where we describe how to create ArrayLists to contain the forward and back history titles. Episodes Webview introduction Action ToolBar Navigation Buttons Kotlin […]
Kotlin on Android ArrayList
The kotlin on android ArrayList tutorial demonstrates how to create, populate and manipulate the elements in an ArrayList using the Kotlin programming language. The WebView WebBackForwardList titles will be inserted into the ArrayList. And the gaol will be to generate two lists. One list for forward history and one for back history. The kotlin […]