The Google APIs Introduction kotlin for android development series describes the steps involved for enabling Google API’s, creating OAuth2 credentials and the kotlin code required for the android devices. Check Google Play Services The Kotlin Android check Google Play Services availability development tutorial describes how to check if google play services are installed on your […]
Kotlin Android Fragments
The Kotlin Android Fragments introduction describes how to create Android Fragments and switch between them using Navigation Drawer, View Pager, ToolBar and BottomNavigationView. All of the Android development tutorials will be written in the Kotlin programming language. Create Fragment In the first Kotlin on Android episode of the series, we create the Android project. And […]
Kotlin sharing data between Android Fragments
The Kotlin sharing data between Android Fragments introduction describes the various methods of sharing data Android Fragments using the Kotlin language. This Kotlin on Android tutorial series follows on from the Kotlin fragments series. Which explains the different methods for switching between Android Fragments. This series will focus on sharing an Android Uri between […]
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 […]