Articles in this series
@RequiresApi() and @ChecksSdkIntAtLeast() Annotations are used by lint tool in Android Studio to provide proper warning/error messages · One of the...
Beginner's friendly step-by-step guide to learn how to use Preferences and Proto DataStore, Room Database is not covered. · There are a few ways you can...
Simple Jetpack Compose example to demonstrate how to sign in with a Firebase Authentication pre-build UI using FirebaseUI · In this demo app, we will...
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 Sharing · This is just...
Step-by-step and easy-to-follow guide to implement deep links in your Android app using Navigation Compose library · This is part of the Jetpack Compose...
Examples to show how to pass data to composable functions using function parameters(i.e. pass by value), CompositionLocal and static CompositionLocal ·...