Writing Paparazzi tests for your Kotlin Multiplatform projects

Paparazzi enables a radically faster and improved UI testing workflow, and using a small workaround we can bring that to our multiplatform Compose projects

June 26, 2022 · 3 min

Manually parsing JSON with Moshi

Moshi is a fast and powerful JSON parsing library for the JVM and Android. Today we look into manually parsing JSON to and from Java/Kotlin classes

December 21, 2020 · 10 min

Why upgrade Android?

(Mostly) everybody agrees that Android upgrades are good, but how very crucial they are to security and privacy often gets overlooked. Let’s dig into that.

July 23, 2020 · 6 min

Dagger the easy way - Part 2

Let’s extend the “scope” of these tutorials :)

March 6, 2020 · 6 min

Dagger the easy way - Part 1

Dagger is universally intimidating to beginners and I want to change it.

January 20, 2020 · 7 min