
Android Easy Runtime Permissions with Dexter
We all know that Android Marshmallow introduced runtime permissions letting user to allow or deny any permission at runtime. Implementing runtime permissions is a tedious process and developer…
Tech Lover, Programmer by passion and profession
We all know that Android Marshmallow introduced runtime permissions letting user to allow or deny any permission at runtime. Implementing runtime permissions is a tedious process and developer…
Anko is a Kotlin library which makes Android application development faster and easier. It makes your code clean and easy to read, and lets you forget about rough…
Requirements Fast Android Networking Library can be included in any Android application.It supports Android 2.3 (Gingerbread) and later. Using this Library in your application Add this in your…
This tutorial describes how to use Kotlin Android Extensions to improve support for Android development. In this tutorial we’ll walk through the steps required to use the Kotlin…
This tutorial walks us through creating a simple Kotlin application for Android using Android Studio. Installing the Kotlin plugin The Kotlin plugin is bundled with Android Studio starting…