Antoine Gagnon
05/21/2020, 4:25 PMsaveFlower(flowerData:FlowerData)
method in my viewModel from my Fragment and passing it all the fields values. The ViewModel that holds my FlowerRepository is then creating the proper Flower object and saving to the FlowerRepository
This feels wrong to have the ViewModel both presenting data and handling it, what should I do?OG
05/21/2020, 10:09 PMAntoine Gagnon
05/22/2020, 2:20 PMOG
05/22/2020, 6:36 PMAntoine Gagnon
05/22/2020, 6:39 PM