#android-app-development
Read more stories on Hashnode
Articles with this tag
Step-by-Step Guide: Migrating from KAPT to KSP for Room Database and Hilt Dependency Injection · KAPT stands for Kotlin Annotation Processing Tool and...
Learn how to streamline the implementation of ViewModelProvider.Factory() using Kotlin Lambdas and Object Expressions with examples. · If you are like me...
A Step-by-Step tutorial to integrate Firebase Realtime Database and User Authentication into your Android app with Kotlin and Jetpack Compose · This is...
Steps-by-steps guide to add spotless code formatter to your Android project for both Kotlin script (KTS) and Groovy build Gradle files · I have been...
A simple app example and proper way to request Android runtime permission workflow using Accompanist Permissions library for Jetpack Compose · There are...
@RequiresApi() and @ChecksSdkIntAtLeast() Annotations are used by lint tool in Android Studio to provide proper warning/error messages · One of the...