I have found this article when looking for some info about mutableStateListOf because a problem I had with Compose. Instead of just looking for the answer, I started to read all the series. And I have to say that all articles are great! Now I learned really useful concepts about how Compose works (in terms of state).
Also, about this article specifically, it is really useful! I think most of people will encounter this problem when displaying a mutable list, and this explanation is excellent. 😁
Thanks for follow up the discussion about mutable collection used inside mutableStateOf. Your compose article always giving us the proper guidance to use Compose!
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (2)
I have found this article when looking for some info about
mutableStateListOf
because a problem I had with Compose. Instead of just looking for the answer, I started to read all the series. And I have to say that all articles are great! Now I learned really useful concepts about how Compose works (in terms of state).Also, about this article specifically, it is really useful! I think most of people will encounter this problem when displaying a mutable list, and this explanation is excellent. 😁
Thanks for follow up the discussion about mutable collection used inside
mutableStateOf
. Your compose article always giving us the proper guidance to use Compose!