top of page

Remco Mokveld
Android @ DNA.inc
Remco is a Software Engineer with over 14 years of Android experience. His main focus is on architecture and at clients of DNA.inc he has mostly been active on platform teams to support large engineering teams in writing modern and idiomatic Android applications.
Custom Coroutine Contexts: Seamless TestDispatcher injection
You'll know the CoroutineContext as something that manage threads with.
Most Android developers work with it every day without fully realising how it shapes coroutine behaviour. While it’s an essential part of the library, it can feel a bit opaque when you try to look deeper.
In this session, we’ll take a practical look at what CoroutineContext really is, how the coroutines library uses it beyond threading, and how you can remove the need for constructor injection of dispatchers in your projects.
bottom of page