Hi folks, I wrote an article about Jetpack Compose and State Machines if you are interested <https:/...
m
Hi folks, I wrote an article about Jetpack Compose and State Machines if you are interested https://proandroiddev.com/state-machine-on-jetpack-compose-by-using-flowredux-e425af2fa5d4 feedbacks are welcome 🦜
👌 1
❤️ 1
k
On the Android example inside the repo, it would be better to keep it all with Flow and instead of using
MutableLiveData
use
MutableStateFlow
using
stateIn
to convert the state of the state machine instead of collecting and updating the
MutableLiveData
value