escodro
11/24/2020, 11:21 AMViewModel
in brand new Android projects or projects that we are able to refactor this part? I'm asking this because Compose seems to be growing over the Android Environment and I saw some projects using ViewModel
and other ignoring it.Sinan Gunes
11/24/2020, 11:32 AMescodro
11/24/2020, 11:33 AMJoost Klitsie
11/24/2020, 11:34 AMSinan Gunes
11/24/2020, 11:35 AMJoost Klitsie
11/24/2020, 11:36 AMSinan Gunes
11/24/2020, 11:39 AMnrobi
11/24/2020, 11:53 AMby viewModel()
support in composablesJavier
11/24/2020, 12:36 PMexpect/actual
with the ViewModel to get it working in Multiplatform so you can use it in any UI (Android classic, Jetpack Compose, JetBrains Compose, SwiftUI, etc) sharing all this logic, instead of adding it to the View.
Who says ViewModel, says Presenter or whateverJoost Klitsie
11/24/2020, 12:42 PMBrandon Trautmann
11/24/2020, 1:24 PM