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 camera intent bitmap
This kotlin on android tutorial follows on from kotlin camera intent thumbnail tutorial. The kotlin on android camera intent bitmap tutorial describes how to create a file, a content uri and return a scaled image bitmap. The image bitmap gets scaled down so its dimensions are similar to the ImageView that it will be […]
Kotlin on Android Video Intent App
The kotlin on android video intent app describes how to implement a video application using the kotlin programming language. Also we will introduce the Kotlin Anko library where we will demonstrate the use of anko dialogs and anko layouts. This kotlin on android development tutorial uses similar techniques to the kotlin camera intent tutorial. But […]