Hi… With ComposeState, do we still need LiveData for Jetpack Compose?
The ComposeState (e.g. with
rememberSaveable
) seems to cover Both onConfiguration and State Restoration.
c
Colton Idle
12/19/2021, 5:15 PM
The only thing you really need with compose is snapshot state (i.e. mutableStateOf and mutableStateListOf, etc)
No need for livedata, or flow or anything (unless something from upstream gives you some observable) then you will just consume it via the