Gradle publishing plugins, a decision matrixJump to the conclusion for the matrix.Jun 21, 20211Jun 21, 20211
Actual footage of different kinds of Gradle ConfigurationsThe first time I heard about Gradle configurations, I thought it’d be about writing build.gradle files and configuring some DSL and writing…May 31, 2021May 31, 2021
May 2020: The state of Kotlin ScriptingI am a huge Kotlin fan. I’m using Kotlin daily for Android development, sometimes a little bit of macOS and occasionally on the backend to…May 25, 20203May 25, 20203
A closer look at the Kotlin Multiplatform Artifacts.pom vs .module files and a real-life exempleMar 21, 2020Mar 21, 2020
Loading Gradle plugins in 2019Three different ways to load your Gradle plugins and a few ways to apply them.Nov 26, 2019Nov 26, 2019
Published inProAndroidDevAn unofficial guide to Android LintEverything about gradle and XML configuration.Oct 20, 20193Oct 20, 20193
The different kotlin-stdlibs explainedNot sure you should use kotlin-stdlib-jdk8…Sep 15, 20194Sep 15, 20194
Published inProAndroidDevPublishing a maven artifact 3/3: step-by-step instructions to MavenCentral publishingNow that we know who are different actors of the maven ecosystem (article 1/3) and have chosen MavenCentral as our repository of choice…Jun 9, 20198Jun 9, 20198
Published inProAndroidDevPublishing a maven artifact 2/3: jcenter or mavenCentral ?This is the second article in a series describing how I started distributing my android/kotlin libraries. This article focuses on choosing…Jun 7, 20193Jun 7, 20193
Published inProAndroidDevPublishing a maven artifact 1/3: glossaryThis is the first article in a series describing how I started distributing my android/kotlin libraries. I am quite new to the subject and…Jun 5, 2019Jun 5, 2019
Published inAndroid Makers backstageAndroid Makers 2019 Dessert Hunt, behind the scenes.At Android Makers, we like desserts… a lot!🍦🍩😋May 14, 2019May 14, 2019
Published inDailymotionConsume your GraphQL API with kotlin coroutinesAt Dailymotion, we like GraphQL…a lot. We started using it in 2016, we are active contributors to apollo-android, we even have our own…Apr 23, 2019Apr 23, 2019
A first look at Flutter from an Android DeveloperWith version 1.0 released a few weeks ago and the Christmas Holidays around the corner, it was high time to start writing some dart!Jan 2, 20191Jan 2, 20191
Published inDailymotionRun your Android CI in Google Cloud BuildYou don’t need travis-ci or bitrise to spin Android virtual machines that can build your Android apps. Follow these steps and benefit the…Aug 28, 20186Aug 28, 20186
Android myth 2/2: config change and restoring stateDo we really need Architecture Components ?May 19, 20171May 19, 20171
Advanced refactoring with custom intelliJ pluginsThis post explains how at Dailymotion we moved from AndroidAnnotations to ButterKnife using automatic processing from a custom intellij…Mar 28, 2017Mar 28, 2017
Espresso testing without dagger 2A lot of apps use some local storage to store things like the number of times the app has been launched. If it’s the first launch, it…Sep 22, 2016Sep 22, 2016