Prerequisites: If you don’t know what is kotlin extension functions I encouraged you to first read this article then continue. Kotlin has this concept of extension function, which provides us to write the handy function without extending the existing class.…
At the release of API level 23+, Google introduced the fingerprint authentication in Android. Using a fingerprint to unlock a phone in the mobile application becoming more popular day-by-day. It is user-friendly and most important user don’t need to remember…
Today, in this article, I’ll guide you through how we can show custom info window when a user clicks on a marker or inside the cluster of marker’s using the android-maps-util library. The idea of showing custom info window on…
Recently, I’ve been working on a survey-based application where the user collects data from different dealers around the city and upload it on the server. I know what you guys have been thinking right now! It’s a simple application just…
In this quick article, I’ll try to show you an easy way of how you can ask Android runtime permissions using Kotlin extension functions. Almost in every android app, we need to ask some permission from the user. Asking runtime…
New Version of Android Pro Bulk SMS Sender App release v1.1. Pro Bulk Sms Sender app is an open-source Android application with a material design theme. A simple easy to use Android app for sending bulk SMS to multiple recipients.…
Today we list out some of the most famous Networking Libraries for building Android applications. These libraries are listed based on the number of downloads in descending order. All you have to do sit back, take a Pepsi can and…
This article is the second part of the series, Lost in Android Support Material Design Library. If you didn’t read the previous one you can start from here. Hey, Android Developer. I would like to tell you something about Android…
Kotlin Coroutines are expanding into the areas of Networking. With the new release of Retrofit 2.6.0, we can now add the suspend modifier to our Retrofit Service interface methods without passing any adapter for Deferred type. This allows us to…
In IO 2019 Hadi Hariri talked about a library called Kotlinx.Serialization. Frankly speaking before then, I’ve never known any serialization library officially provided by Kotlin and we could use platform supported serialization libraries with Kotlin classes(eg. Gson for JVM/Android). Now…