Subject
Android
How the platform works underneath the SDK. Written for Kotlin and Jetpack Compose, with the framework and system services explained where they matter.
Articles
-
From tap to first frame: how an Android app starts
The complete path from a touch on the launcher icon to the first frame of a Compose screen, and where the time goes.
-
Coroutines on Android: from suspend to structured concurrency
How suspend functions, scopes, dispatchers, jobs and flows fit together, and how to use them safely with the Android lifecycle.