Lilly
07/02/2020, 6:07 PMViewModel properly. dev14 added a viewModel() composable: Let’s say we need a ViewModel instance in multiple composable functions. Should we explicit obtain the instance via viewModel() in every composable function or should we obtain it once on top of the compose hierarchy and then pass it the way down?Sean McQuillan [G]
07/02/2020, 6:14 PMSean McQuillan [G]
07/02/2020, 6:15 PMLilly
07/02/2020, 6:34 PM