https://kotlinlang.org logo
#compose
Title
# compose
m

Mehdi Haghgoo

08/21/2020, 1:00 PM
What is the difference between
var count = remember {mutableStateOf(0)}
and
var count by state {0}
?
m

Mehdi Haghgoo

08/21/2020, 1:07 PM
Thanks @Mohamed Elfiky. So , state{} is going away. This is the pros and cons of playing on the bleeding edge of Compose 😂
3 Views