Brady Aiello
12/25/2020, 1:20 AMAdam Powell
12/25/2020, 2:23 AMAdam Powell
12/25/2020, 2:24 AMAdam Powell
12/25/2020, 2:25 AMViewModel
superclass doesn't serve much purpose; any old object you remember {}
persists as normalAdam Powell
12/25/2020, 2:25 AMsavedInstanceState
APIs in compose already for saving across process restarts, and that doesn't experience the same ViewModel
scoping questionsAdam Powell
12/25/2020, 2:25 AMAdam Powell
12/25/2020, 2:26 AMViewModel
scope provider APIs and they intend to use them for navigation destinations - I might be out of date on this πAdam Powell
12/25/2020, 2:27 AMViewModels
for situations where you have to keep activity recreation for compatibility with other parts of your code will be possible. I haven't kept up with the current state of the art on this at the momentBrady Aiello
12/25/2020, 7:28 AMShakil Karim
12/25/2020, 11:11 AMBrady Aiello
12/25/2020, 5:08 PMBrady Aiello
12/25/2020, 7:09 PMIan Lake
12/29/2020, 11:21 PM