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 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 […]
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 […]