Lou Morda
09/25/2019, 7:21 PMKris Wong
09/25/2019, 7:28 PMLou Morda
09/25/2019, 7:31 PMErik Christensen
09/25/2019, 10:09 PMalex009
09/26/2019, 1:06 AMLou Morda
10/02/2019, 8:43 PMUsersViewModel: ViewModel(), SharedViewModel
where the ViewModel is the android jetpack viewmodel and has very little logic but keeps all of the state, and the SharedViewModel would be an interface that would contain all of the logic and have zero state.clhols
12/09/2019, 9:18 PMclass UsersViewModel: ViewModel(), SharedViewModel by SharedViewModelImpl()
It just complains about the override of onCleared(), so you can add DELEGATED_MEMBER_HIDES_SUPERTYPE_OVERRIDE
to ignore that.