Colton Idle
09/20/2022, 7:39 PMSrSouza
09/20/2022, 7:49 PMCasey Brooks
09/20/2022, 7:49 PMrememberCoroutineScope()
to define the lifetime of a ViewModel as when a particular Composable function is displayedCasey Brooks
09/20/2022, 7:50 PMAdam Brown
09/20/2022, 9:40 PMTlaster
09/21/2022, 12:24 AMandrew
09/21/2022, 1:57 AMCasey Brooks
09/21/2022, 3:21 PMArkadii Ivanov
09/21/2022, 9:28 PMViewModel
has one additional and very important purpose - it lives while the corresponding screen is in the back stack. This may be also applicable to single-window desktop apps.Dragos Rachieru
09/22/2022, 8:32 AM