adjpd
08/28/2021, 11:32 PMremember
. But they don't mention that, if you want the content to persist after configuration changes (screen rotation), you need rememberSaveable
The docs do mention it, of course. But the pathway doesn't. If anyone from Google reads this, it may be worth mentioning it in the pathway. I completely forgot about it and released an app.Albert Chang
08/29/2021, 10:49 AMadjpd
08/29/2021, 11:16 AMAlbert Chang
08/29/2021, 11:22 AMcompose will react and update granularly for any of them
adjpd
08/29/2021, 11:23 AMadjpd
08/29/2021, 11:23 AMAlbert Chang
08/29/2021, 11:25 AMrememberSaveable
, yes.adjpd
08/29/2021, 11:27 AMrememberSaveable
really. In apps which aren't compose first, or apps which the system kills, then the user will be confused why their text field text, or whatever, has been obliterated.adjpd
08/29/2021, 11:33 AMconfigChanges="orientation"
etc in compose-first apps then `AndroidView`s won't get alternative XML styles, and I've found I need to use those for things like CalendarView
which demands certain styling be done via the theming system alone.