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 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 Camera2 API Video Icons
This is the first episode of a new Kotlin camera2 API series. Which follows on from the Kotlin camera2 preview series. The Kotlin Camera2 API Video Icons Android development tutorial describes how to add image icons to an Android Fragment. After adding the image icons to the Android ConstraintLayout file, on click listeners will be […]
Kotlin camera2 API rear video capture
The Kotlin camera2 API rear video capture Android development tutorial describes how to create a camera capture session for recording the rear camera. This Kotlin tutorial follows on from the MediaRecorder episode. In this Kotlin on Android tutorial we will cover: Creating a simple state machine for record status Implementing a record capture session Starting […]
Kotlin Camera2 API Video Thumbnail
The Kotlin Camera2 API Video Thumbnail Android development tutorial describes how to create an round thumbnail image from the recorded video file. This Kotlin tutorial follows on from the record video episode. The thumbnail will be created upon completion of the video capture. In this Kotlin on Android tutorial we will cover: Creating a thumbnail […]