I have always been in love with the concept of having my own product in my pocket, and when I met Android it was a perfect match.
I started working on Android almost 10 years ago (hello ActionBarSherlock), and I haven’t quit since !
I now work at MWM, where we are challenged everyday with native and home-made tech (drawing, audio) to integrate in our various apps, while keeping up with quality standards.
Cécile Dreyfus
MWM - Android developer
Make Gradle work for you, create your own tasks and plugins
As Android developers, we often interact with build.gradle(.kts) and settings.gradle(.kts) to build our apps with Gradle. Sometimes, we add a plugin that magically provides us with some needed features (aka Tasks) without knowing how it works under the hood.
Discover the power of Gradle and how you can script some manual and painful tasks to make Gradle work for you.
During this presentation, you will learn:
- What is a Task, and how to create your own
- What is a Plugin, and how to create your own
- Provide a nice DSL to configure your tasks
- How to publish your plugin