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 Android ViewPager
The Kotlin Android ViewPager development tutorial describes how to implement the ViewPager to swipe between Android Fragments. This Kotlin on Android development tutorial follows on from the previous episode, ToolBar. In this Kotlin on Android tutorial we will cover: Adding a ViewPager to the DrawerLayout Creating a FragmentPageAdapter class Setting a FragmentPageAdapter to a ViewPager […]
Kotlin Android Camera2 API TextureView
The Kotlin Android Camera2 API TextureView development tutorial describes how to add a TextureView to the Preview Fragment. This tutorial will consist of two parts. The initial setup of the base code Adding the TextureView to the Fragment layout file In this Kotlin on Android tutorial we will also cover: Using Kotlin Reflection for accessing […]
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 SurfaceView Preview Screen
The Kotlin SurfaceView Preview Screen Android development tutorial describes how to use a SurfaceView for displaying output to a Preview Screen. In the previous Kotlin on Android tutorial we covered how to switch between camera’s for the preview display. In this Kotlin on Android tutorial we will cover: Replacing the TextureView with SurfaceView in the […]
- 1
- 2
- 3
- …
- 6
- Next Page »