Articles in this series
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...
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...
Step-by-step guide to implement Version Catalog (a dependency management tool developed by Gradle team) into your Android app · Version Catalog is a...
Step-by-step guide to convert or migrate your Android project's Gradle script from Groovy script to Kotlin script (KTS) · Introduction Gradle is the...
You can take screenshot either from the Android Emulator controls menu or Android Studio Logcat menu · I was so stupid, I have been taking screenshot...