Posts RSS feed
2022
-
Business logic is usually platform independent but UI state management is always influenced by the platform you are building on. In this post, I will outline how I implemented a Redux inspired state management solution for my recent Kotlin multiplatform project and how it is connected to UI on Android and iOS.
-
In this post, I will walkthrough how we supported user login inside our Gatsby website and protected statically generated private content.
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