Published inGeek CultureArticle of Articles for CoroutineThese three articles are great to know about the basics of coroutine:Apr 25, 2021Apr 25, 2021
Published inCodeXRxJava subscribeOn and observeOn DemystifiedWhile using RxJava for making api calls, we often write the below code:Mar 21, 20211Mar 21, 20211
Published inGeek CultureOne-Stop-Shop for Singleton Pattern Creation in JavaSingleton is one of the most important design patterns. The definition of singleton pattern according to wiki :Feb 8, 2021Feb 8, 2021
Workplace for Kotlin code in IDEWhile developing android apps, you might run into a situation or you just started learning Kotlin, where you want to run a Kotlin code…Dec 31, 2019Dec 31, 2019
Published inAndroidPubThe fault in the stars of Kotlin and GsonIn Kotlin, similar to functions default values in functions, we can initialize the constructor parameters with some default values.Dec 25, 20191Dec 25, 20191
Published inGeek CultureJust Fake It: Mock API 101 for Android DevelopersMocks come into play in different stages of the app development lifecycle. Let’s assume you have a separate team of front end and back end…Dec 20, 20191Dec 20, 20191
Published inProAndroidDevBest way to code Heterogenous Layouts inside RecyclerViewIf you are coding for Android then, you must have faced such scenarios where you have to inflate multiple view types in situations where…Oct 5, 20195Oct 5, 20195
Published inThe StartupSingleton class in KotlinIf I want to define Singleton , then it’ll be something like this:Oct 4, 20195Oct 4, 20195
Starter kit for your Android InterviewI am not saying this is all you required before your android interview. But this can be your starting point if you don’t know where to…Sep 28, 2019Sep 28, 2019
Published inAndroidPubIn-depth analysis of Activity’s LifecycleLet me ask you a few questions.Sep 26, 20191Sep 26, 20191