android-sample-app icon indicating copy to clipboard operation
android-sample-app copied to clipboard

Migrate from LiveData to StateFlow

Open titanwalking opened this issue 5 years ago • 0 comments

We can migrate to StateFlow since it uses coroutines underhood and can offload read/write or mapping operations to threads.

titanwalking avatar Jan 18 '21 08:01 titanwalking