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 on android camera intent thumbnail
The Kotlin on android camera intent thumbnail development tutorial describes how to implement the android camera intent app for displaying image thumbnails.
Kotlin on android camera intent bitmap
This kotlin on android tutorial follows on from kotlin camera intent thumbnail tutorial. The kotlin on android camera intent bitmap tutorial describes how to create a file, a content uri and return a scaled image bitmap. The image bitmap gets scaled down so its dimensions are similar to the ImageView that it will be […]