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 Camera2 API Video Icons
This is the first episode of a new Kotlin camera2 API series. Which follows on from the Kotlin camera2 preview series. The Kotlin Camera2 API Video Icons Android development tutorial describes how to add image icons to an Android Fragment. After adding the image icons to the Android ConstraintLayout file, on click listeners will be […]
Android studio development create options menu
The android studio development create options menu tutorial describes how to add a options menu to an activity. This would need to be done if the activity had been created from a blank template.
Import android studio project from github
This is part 1 of an android development series on the various ways of sharing images and videos. The import android studio project from github android development tutorial describes how to get a working android project from github using android studio. This project is based on the android media store viewer android development tutorial […]