by @alexstyl
✉️ Leave your feedback

What does mutableStateOf() do in Jetpack Compose

Published on

Jetpack Compose is a reactive UI framework. Compose will refresh your UI as soon as the value of a State object is updated. This tutorial shows you how to create state objects to use in your composable functions.

Discussion
State in Jetpack Compose
  1. 1How to use LiveData, RxJava, Flow in Jetpack Compose
    1:35
  2. 2What does remember {} do in Jetpack Compose
    1:51
  3. 3What does mutableStateOf() do in Jetpack Compose
    1:47