https://kotlinlang.org logo
b

Bilagi

06/20/2023, 11:11 AM
Hello all Can some one please tell me when do I use
mutableState
&
remember
in compose ? whats exact use cases and difference?
v

Valentin Gusselnikov

06/20/2023, 11:35 AM
Hello, I suggest you read the docs https://developer.android.com/jetpack/compose/state and do some of the code labs. I think they are pretty clear on what it is and when to use it 🙂