Multi regions handling with hilt, flavors and Jetpack composeHey fellow devs, I am back (quite after sometime) with one of the interesting topics for finding solutions to some challenges faced during…Mar 142Mar 142
Swift and Kotlin SimilaritiesAs an Android developer, I’ve always been curious about how iOS apps are made. I had a basic understanding, but I wanted to learn more.Dec 1, 2022Dec 1, 2022
Understanding and exploring App Bundles — Part3In this final series, we will implement another awesome feature of app bundles i.e Instant app bundlesFeb 24, 2022Feb 24, 2022
Understanding and exploring App Bundles — Part2In this part, we ‘ll go deep to implement an awesome feature of app bundle i.e. Dynamic Feature ModuleFeb 24, 20212Feb 24, 20212
Understanding and exploring App Bundles — Part1Let’s explore the concept of app bundles and understand why it is important to migrate to app bundlesJul 9, 20201Jul 9, 20201
Realm with KoinRealm is a database system. It’s kind of like SQLite, except it has nothing to do with SQLite at all. You define classes, these classes…Apr 20, 2020Apr 20, 2020
Periodic WorkManager and Kotlin CoroutinesWorkManager is an Android Jetpack library that makes it easy to schedule deferrable, asynchronous tasks that must be run reliably. It is…Apr 15, 20201Apr 15, 20201