Skip to content
Application Development II
GitLabGitHub

ViewModel, StateFlow, Coroutines and Side-effects

Advanced state topic: how to organize state management across screens effectively.
Overview

You can find more information about ViewModel, StateFlow, and Side Effects in Jetpack Compose apps from the following resources.

Note that Coroutines are also an important subject to understand: I have recently updated supplementary lectures explaining the basics of Coroutines and Flows in Kotlin (see the Kotlin coroutine lecture notes).