The Simplifying Runtime Permissions with EasyPermissions kotlin for android development tutorial describes how to use EasyPermissions. The EasyPermissions library is a wrapper designed to simplify the usage of marshmallow and later runtime permissions. Episodes Google Play Services Device network connection Goople API android credentials EasyPermissions
Android credentials for Google APIs
The android credentials for Google APIs tutorial describes how to access the google developers libraries for your android application. In this android development tutorial we will be creating a new project in the google developers console. Then we will enable one of the google API’s and create an android credential for it. Episodes Google Play […]
Kotlin Android Check Network Connection
The Kotlin Android Check Network Connection availability development tutorial describes how to check if your device has network connectivity. This is important in this series because we will need to connect with the online Google API’s. Episodes Google Play Services Device network connection Goople API android credentials EasyPermissions
Kotlin Android 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 device. Episodes Google Play Services Device network connection Goople API android credentials EasyPermissions Conclusion The first thing we did was install the com.google.android.gms:play-services-auth in the build.gradle file. This gives us access to the […]
Google APIs Introduction
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 […]