#android-studio
Read more stories on Hashnode
Articles with this tag
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...
@RequiresApi() and @ChecksSdkIntAtLeast() Annotations are used by lint tool in Android Studio to provide proper warning/error messages · One of the...
Simple Jetpack Compose example to demonstrate how to sign in with a Firebase Authentication pre-build UI using FirebaseUI · This is part of the Firebase...
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...
An overview of build Gradle files (settings.gradle/.kts, build.gradle/.kts, and gradle.properties) used in Android Studio for beginners · Build Gradle is...
What is the difference between minSdk, targetSdk and compileSdk in your build Gradle script? · Let's have a look at what minSdk, targetSdk and compileSdk...