Writing a Fully Unit Testable Android App a month ago 18 min read AndroidArchitectureKotlinMVCUnit Testing Learn the pillars of Android development that opens up the path for unit testing with a coverage rate of 95% or greater.
Conditional Gradle Configuration by Build Variant 2 years ago 3 min read AndroidBuild ToolDynatraceGradleGroovy Leverage the advantages of Groovy to conditionally include and exclude entire Gradle plugins based on your build type, and keep your build times low.