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 Bottom Navigation View
The Kotlin Bottom Navigation View android development tutorial describes how to add the BottomNavigationView for selecting Android Fragments. This Kotlin on Android development tutorial follows on from the previous episode, ViewPager. In this Kotlin on Android tutorial we will cover: Using Android Studio refactor copy Adding BottomNavigationView to layout Setting up BottomNavigationView listener Describe how […]
Kotlin sharing data using fragment interface
The Kotlin sharing data using fragment interface Android development tutorial describes how to pass data from a fragment to an Activity using a fragment interface. The Kotlin on Android example application will capture a video in one Android fragment. The Uri of the captured video will then be passed to the calling activity. The video […]
Kotlin sharing data using fragment arguments
The Kotlin sharing data using fragment arguments Android development tutorial describes how to pass data from an Android activity to a fragment using arguments. This Kotlin on Android tutorial follows directly on from the passing data from android fragment to activity tutorial. The recorded Uri from the previous tutorial will be passed from the main […]
Kotlin sharing data between fragments using ViewModel
The Kotlin sharing data between fragments using ViewModel android development tutorial describes using the ViewModel to share data between Android fragments This Kotlin on Android tutorial follows directly on from the passing data from Android activity to Android fragment tutorial. In the Kotlin on Android ViewModel tutorial the code for sharing the data in the […]
- 1
- 2
- 3
- …
- 6
- Next Page »