google-developer-training / basic-android-kotlin-compose-training-unscramble

Apache License 2.0
92 stars 134 forks source link

Android Basics: Viewmodel and State in Compose #182

Open Elaws opened 6 months ago

Elaws commented 6 months ago

In this lesson, MutableStateFlow is introduced for our UI state in the view model. However, so far in the previous lessons we've been using MutableState.

It would be quite welcome to have some sort of explanation of the differences between the two.

Thank you very much.