Posts RSS feed
2021
-
My DroidCon London 2021 talk about how I scaled our whitelabel e-commerce app to be built and deployed automatically as a no-code solution.
-
This post describes how to build a custom side drawer that opens from the right side of the screen using Jetpack compose
2020
-
This blog explains a simple setup to fake Dagger Android injections when writing instrumented tests. We will explore the new `FagmentScenario` and `ActivityScenario` as well as using them to simplify writing instrumentation tests when using Dagger Android
-
Applications utilising concurrency must synchronise access to shared state. In this blog post, we will go through an example of building a class that can safely share access to mutable between concurrent operations with the help of `Mutex`.
-
This blog will show you how to setup a Kotlin multiplatfrom project with an Android and an iOS application and a shared kotlin module.