Rollo.TechTwo Types of Plugins In AndroidThere are two types of plugin we often see. One is Android Gradle Plugin(AGP) and others are custom plugins that are defined by us.Nov 18
Reena RoteMeasure Your Code’s Reach: Integrating JaCoCo Code Coverage in Android Apps with Kotlin DSLImproving code quality is a constant pursuit for Android developers. Unit tests and UI tests are crucial in this journey, but how do you…Feb 254
sridhar subramaniamSimplify Your Android Builds: A Guide to Convention PluginsLearn How to Create and Use Custom Gradle PluginsNov 9Nov 9
Anitaa Murthy4 minute guide on adding dependencies using Version CatalogsIf you have created a new EmptyActivity project in Android Studio recently, you will notice that the build.gradle.kts files look a lot like…Jun 25Jun 25
Rollo.TechAndroid Build 101There are two build types as default, debug and release. Each must be signed with certificate before deployment.Nov 7Nov 7
Rollo.TechTwo Types of Plugins In AndroidThere are two types of plugin we often see. One is Android Gradle Plugin(AGP) and others are custom plugins that are defined by us.Nov 18
Reena RoteMeasure Your Code’s Reach: Integrating JaCoCo Code Coverage in Android Apps with Kotlin DSLImproving code quality is a constant pursuit for Android developers. Unit tests and UI tests are crucial in this journey, but how do you…Feb 254
sridhar subramaniamSimplify Your Android Builds: A Guide to Convention PluginsLearn How to Create and Use Custom Gradle PluginsNov 9
Anitaa Murthy4 minute guide on adding dependencies using Version CatalogsIf you have created a new EmptyActivity project in Android Studio recently, you will notice that the build.gradle.kts files look a lot like…Jun 25
Rollo.TechAndroid Build 101There are two build types as default, debug and release. Each must be signed with certificate before deployment.Nov 7
Arul maniChange APK name in Android Gradle 8.1+ kts | AGP 8.1Changing the APK name whenever AGP changes is tiresome work so I'm gonna jot down all the gradle versions and their way to change the APK…Feb 21
Rollo.TechWhat’s up in our Gradle? pt 1We all know Android project is built with Gradle. Android Gradle Plugin(AGP) are add on features specific to build Android Apps. AGP update…Nov 4
InProAndroidDevbyKatie BarnettDebugging dependencies in GradleHow to use dependencyInsight and fix transient dependencies to specific versions in your Android appJun 91