The Kotlin Camera2 API MediaRecorder Android development tutorial describes how to setup the MediaRecorder for recording video from the rear camera. This Kotlin on Android tutorial follows on from the icons episode. In this Kotlin on Android tutorial we will cover: How to create a unique file name How to create an Android File Using […]
Kotlin Android Image Download with HttpUrlConnection
The Kotlin Android Image Download with HttpUrlConnection development tutorial describes how to use HttpUrlConnection for downloading and displaying images. In this Kotlin on Android episode we will cover: How to create an Http connection using the HttpUrlConnection library How to download an imput stream What happens when you do a network call on the UI […]
Kotlin sharing data using fragment interface
The Kotlin sharing data using fragment interface Android development tutorial describes how to pass data from a fragment to an Activity using a fragment interface. The Kotlin on Android example application will capture a video in one Android fragment. The Uri of the captured video will then be passed to the calling activity. The video […]
Kotlin sharing data using fragment arguments
The Kotlin sharing data using fragment arguments Android development tutorial describes how to pass data from an Android activity to a fragment using arguments. This Kotlin on Android tutorial follows directly on from the passing data from android fragment to activity tutorial. The recorded Uri from the previous tutorial will be passed from the main […]
Kotlin Android Fragment
The Kotlin Android Fragment development tutorial describes how to add Android Fragments to an Android Activity. In this Kotlin on Android tutorial, we will learn Install and use the Glide v4 Image library How to use FrameLayouts and their relationship with Fragments How to create an Android Fragment from code The relationship between Fragments and […]
- 1
- 2
- 3
- …
- 10
- Next Page »