Firebase is a Google-backed platform that is becoming very popular amongst mobile devs. It offers a lot of great products; Authentication with social platforms, Realtime-Database, crash-reporting, analytics, push-notifications, cloud storage and many many more. So, as the title of this…
Intro screens or walkthrough is the most commonly used UI for displaying the info of what the app does at the start. So, for the purpose of this, we can simply use the Android ViewPager2. It mostly used with the…
If you’ve managed to reach here, you probably care about performance and want to make sure you’re getting everything you need for your Android project. If that’s the case this article is for you. This post was inspired by this…
This article is the third part of the series, Lost in Android Support Material Design Library. If you didn’t read the previous one you can start from here. So, today we will be covering the features of Android Material Chip…
So, I finally get a chance to explore the new Kotlin koin dependency injection for Android and I had to say unlike Dagger2 were so many things to explore and it is hard to digest–at once. On the other hand,…
Summer 2019 is almost over and this is a great time to present my shortlist of 10 Android libraries written purely in Kotlin programming language. Definitely worth to check out. A couple of them I already use in my app…
Hello Everyone! On October 9, 2019, the Android team introduced a new version of Room persistence 2.2.0 and I’m very excited to talk about the new features introduced in this release. This was a really big release and it includes…
If you’re like most of the other developers who love to write Android application with Kotlin programming language and uses the Coroutines API for blocking and non-blocking calls. Then you’ll love this new library called Coil-kt. The Kotlin Coil is…
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…