Join Slack
Powered by
Hi folks, I wrote an article about Jetpack Compose...
# feed
m
Marco
11/02/2022, 2:59 PM
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
Kevin Del Castillo
11/02/2022, 3:19 PM
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
3
Views
Open in Slack
Previous
Next