Looks like the thing that everyone who’s tried to ...
# compose
z
Looks like the thing that everyone who’s tried to write a navigation library in Compose has been waiting for is in review: https://android-review.googlesource.com/c/platform/frameworks/support/+/1425674 This looks great, it’s gonna be super handy!
New experimental api RestorableStateHolder. It allows to save the state defined with [savedInstanceState] and [rememberSavedInstanceState] for the subtree before disposing it to make it possible to compose it back next time with the restored state.
👍🏽 8
z
Hm, I don’t think it is, this CL is about saving view state that is internal to a particular “screen”, not about communicating between screens.
h
I see. thanks.