Kotlin Multiplatform Library for Android and iOS

The Target Gift Registry team has started using Kotlin Multiplatform! Find out how we are using it, and what we’ve learned so far.

Read on Target’s Tech Blog ›

Android App Architecture & Navigation slides

I have posted the slides from my talk on Android App Architecture and the new Navigation architecture component from the September 2018 Google Developer Group Twin Cities meetup.

Saving Fragment State Yourself

Fragments usually do a fine job of managing their own state, but sometimes you need to help the framework out a bit.

Read on Medium ›

Getting Android's Autofill to Work for You

Struggling to get the Autofill framework to do what you want? Start here!

Read on Medium ›

The RxJava2 Default Error Handler

Dive into why your RxJava 2 streams might still crash your application if you implement an onError handler.

Read on Medium ›