The Kotlin Android Camera2 API Device Id development tutorial describes how to get the device id relating to a specific camera lens. This Kotlin on Android tutorial follows on from EasyPermissions tutorial. In this Kotlin on Android tutorial we will cover: Creating a value for camera manager using Kotlin lazy {} Creating helper method for […]
Kotlin Android Camera2 API Connect Camera Device
The Kotlin Android Camera2 API Connect Camera Device development tutorial describes how to open the camera to get a configured camera device. This Kotlin on Android tutorial follows on from the getting camera device id tutorial. In this Kotlin on Android tutorial we will cover: How to create a background thread using Kotlin How to […]
Kotlin Camera2 API Rear Display Preview
The Kotlin Camera2 API Rear Display Preview Android development tutorial describes how to display the rear camera to the preview display. In the previous Kotlin on Android tutorial, we discussed how to successfully connect to the camera device. In this Kotlin on Android tutorial we will cover: Adding aditional camera features to the Android Manifest […]
Kotlin Camera2 API Front Display Preview
The Kotlin Camera2 API Front Display Preview Android development tutorial describes how to display the front-facing camera to the preview display. This Kotlin on Android tutorial follows on from the rear camera tutorial. In this Kotlin on Android tutorial we will cover: Adding menu item icons Providing a Fragment function to the calling activity Stopping […]
Kotlin Android Camera2 API
The Kotlin Android Camera2 API introduction describes how to implement the Android Camera2 API using the Kotlin programming language. Each episode will be released on a weekly basis. Though there is the option of getting access to all the episodes straight away by buying the series. Create TextureView The first Kotlin on Android episode […]