he-dev
11/11/2023, 3:36 PMState
property from another property? Let's say I var firstName by mutableStateOf("")
and would like to make another property depend on its state being at the same time also a state. This means I'd like to observe its changes and handle them accordingly. Same way as composables know when something changes.kevin.cianfarini
11/11/2023, 3:37 PMderivedStateOf
for thishe-dev
11/11/2023, 3:41 PMkevin.cianfarini
11/11/2023, 4:58 PM