Skip to main content

Blogs

2017

The career opportunity called Kotlin
·4 mins
Android Kotlin Career
This isn’t another post about the benefits of using Kotlin. Hell, I’m not even going to cover any of its language features. Nor will I try to convince you to make the switch.
Embracing Java 8 language features
·5 mins
Android Tools Java
For years Android developers have been limited to Java 6 features. While RetroLambda or the experimental Jack toolchain would help, proper support from Google was notably missing.
Implementation vs API dependency
·3 mins
Android Tools Gradle
Upgrading to Android studio 3.0 territory will make building multi-module projects a lot faster, but it also means a breaking Gradle plugin API change unfortunately.
My Google #io17 takeaways
·3 mins
Android Conference Googleio
Being my 2nd year at Google IO, I decided to do things differently: Besides taking notes during sessions, I also created a personal todo list. This contains all new (and even old) technologies I got triggered to look into.
Android Makers FR recap
·4 mins
Android Conference Androidmakers
After organizing Droidcon Paris for several year, the organizers decided to move on and experiment with a new format. This didn’t just result in a well organized conference, but also in a fresh new vibe whilst still feeling familiar.
Why your app should crash
·4 mins
Android Crashes Architecture Cleancode
Too many times I’ve seen developers trying to avoid crashes at all cost. But are unhandled exceptions really that bad? And are null checks really the answer?
Write awesome unit tests
·4 mins
Android Testing Cleancode
If you can code, you can also write unit tests. Writing awesome tests on the other hand is a different story. Don’t fool yourself: Unit testing code is production code that you will need to maintain, refactor and build upon for years to come.
Using Mockito 2.x on Android
·2 mins
Android Mockito Testing
The Mockito team is on fire lately! Not only did they add support to mock final classes and methods, but now they allow running Mockito directly onto an actual Android device.
Year in review 2016
·2 mins
Review
It’s that time of the year again to do a little personal retrospective. 2016 passed by so quickly! I had a fantastic time playing around with (and taking care of) my wife and daughter.

2016

Extending Mockito
·3 mins
Android Mockito Testing
Due to its clean simple api, Mockito has become world’s most popular Java mocking framework. After having covered all of its basics, it’s time to spice things up and start extending Mockito.