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 Exoplayer
The Kotlin Camera2 API Video Exoplayer Android development tutorial describes how to playback the recorded video using ExoPlayer in its own Android Fragment. The Android Uri for the ExoPlayer will be passed via the Android ViewModel. For further examples of using the Android ExoPlayer checkout this Kotlin on Android tutorial. This Kotlin on Android tutorial […]
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 Camera2 API ViewModel sharing Uri
The Kotlin Camera2 API ViewModel sharing Uri Android development tutorial describes how to share a video Uri between Android fragments using the ViewModel. Another Kotlin ViewModel tutorial is also available here. And describes how to share an Android Uri between two fragments. This Kotlin on Android development tutorial follows on from the video thumbnail tutorial. […]
- 1
- 2
- 3
- 4
- Next Page »