Published inProAndroidDevLifecycle-aware Lazy Property in Kotlin for Android DevelopmentIf you are developing Android apps using Kotlin, lazy property is one of the useful features that helps us save some memory by delaying…Feb 16, 2021Feb 16, 2021
Understand RxJava2’s SubscribeOn with ExamplesRxJava is a Java implementation of ReactiveExtensions (or ReactiveX) which supports writing programs in asynchronous and event-based style…Aug 29, 2020Aug 29, 2020
The Final Recycler View’s AdapterWhile working with Recycler View in Android, we usually have to deal with various adapters specifically built for different lists. In…Nov 3, 2019Nov 3, 2019