Is there a state variable equivalent in compose? Sorry if this stupidly obvious, just started learn...
j
Is there a state variable equivalent in compose? Sorry if this stupidly obvious, just started learning compose.
k
Are you taking about remember and
Copy code
mutableStateOf
?