Simplify ViewModelProvider.Factory() Implementation with Kotlin Lambda and Object ExpressionsSep 9, 2023·2 min read·842
Convert KAPT to KSP - Room and Hilt ExamplesStep-by-Step Guide: Migrating from KAPT to KSP for Room Database and Hilt Dependency InjectionJan 3, 2024·2 min read·3.0K
Integrate Firebase Realtime Database and User Authentication into your Android AppJul 30, 2023·4 min read·1.4K
How to Request Android Runtime Permissions using Jetpack Compose?A simple app example and proper way to request Android runtime permission workflow using Accompanist Permissions library for Jetpack ComposeJun 17, 2023·6 min read·2.2K
@RequiresApi() and @ChecksSdkIntAtLeast() Annotations@RequiresApi() and @ChecksSdkIntAtLeast() Annotations are used by lint tool in Android Studio to provide proper warning/error messagesJun 3, 2023·3 min read·684
Simple Preferences & Proto DataStore Demo AppBeginner's friendly step-by-step guide to learn how to use Preferences and Proto DataStore, Room Database is not covered.May 27, 2023·8 min read·1.3K
Simple Firebase Sign-in UI Demo AppSimple Jetpack Compose example to demonstrate how to sign in with a Firebase Authentication pre-build UI using FirebaseUIMay 20, 2023·3 min read·851
How to add Google Play In-app Review Dialog?A step-by-step guide how you can let users review your app using Google Play In-app review API and test it out using Internal App SharingMay 13, 2023·4 min read·571
How to Add Deep Links in Jetpack Compose?Step-by-step and easy-to-follow guide to implement deep links in your Android app using Navigation Compose libraryMay 6, 2023·5 min read·2.6K