Contributions

Article
You don’t get to build a browser every day right? Today we have Sebastian Kaspari on stage to talk us about Firefox for Android 🦊.

Together we will walk through what it takes to write a mobile browser, and we will discover some of the open-source projects in the Mozilla ecosystem such as Firefox Focus, GeckoView and Mozilla Android Components.

Enjoy the show 👨‍🍳
Article
In this episode, we talk about Gradle Doctor with its author Nelson Osacky. Gradle doctor helps you fix performance problems and errors in your Gradle build. The tool works as a Gradle plugin - emitting prescriptions for all the problems found. Nelson tells us how he came up with the idea behind this tool, and what the future is for Gradle Doctor.

Enjoy the show 👨‍🍳
Article
How to use Build Matrix to test your project against different version of a language, a library or an operating system
Article
Setting up a Continuous Integration system for your Android App on Github has never been so easy with Github Actions
Article
Explaining the Kotlin’s noinline and crossinline keywords, with a simple example, once for all.
Article
How Composite Builds can simplify your Gradle build, especially if your building a custom Gradle Plugin. :elephant:
Article
The 5 things I do just after starting a new Android project.
Library
Android + Kotlin + Github Actions + ktlint + Detekt + Gradle Kotlin DSL + buildSrc = ❤️
Library
💫 A Gradle Plugin to generate your networking code from Swagger