Android
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.
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.
The hidden cost of code coverage
·2 mins
Android
Tools
Gradle
Testing
Code coverage is an awesome way to motivate you and your team to write more tests. But did you know that simply enabling it slows down your build significantly?
Why you should care about copyright
·5 mins
Android
Copyright
Tools
As die hard Android developers, copyright notices are usually not on top of our priority list. Yet large corporations always insist to add a copyright header.
Testing made sweet with a Mockito
·2 mins
Android
Mockito
Testing
Droidcon
At Droidcon Berlin 2016 I had a great time talking about testing using the Mockito framework. While the talk wasn’t recorded unfortunately, the great folks at Voice Republic recorded an audio version which you can listen to as a podcast or together with the slides.