android-sample-app
android-sample-app copied to clipboard
Migrate from LiveData to StateFlow
We can migrate to StateFlow since it uses coroutines underhood and can offload read/write or mapping operations to threads.