Articles in this series
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...
Top 7 Android Studio shortcut keys that I use every day, which I can't live without based on my limited Android development experience · First of all,...
Some APIs want you to specify @OptIn() annotation in order to use them, and you also need to add opt-in compiler argument in your build.gradle file. ·...
Manually edit run configuration as workaround for missing run test in Android Studio Bumblebee · I noticed in Android Studio Bumblebee, we can't Run Test...