Matej Drobnič
02/06/2020, 12:45 PMAndrey Kulikov
02/06/2020, 12:47 PMkioba
02/06/2020, 1:54 PM@AdamPowell
mentioned that an annotation @ComposeActivity
might be only what we need on a composable function. And the Activity will handle config changes and triggers a recompose.process death
is a fascinating one.
Are there any discussions around this outside of the “official docs”?Andrey Kulikov
02/06/2020, 3:24 PMkioba
02/07/2020, 9:32 AMSavedInstanceState
, I wasn’t sure if compose will initiate changes how we handle or just a cleve mechanism on top of SavedInstanceState.
saving and restoring composable local states into SavedInstanceState in some way
sounds like a callback on every state objects which makes senses.