ViewModelGoodPractice
ViewModelGoodPractice copied to clipboard
This is an example repository to demonstrate the good practices of using ViewModel and how usage of AndroidViewModel can make things worst in a codebase
Results
1
ViewModelGoodPractice issues
Sort by
recently updated
recently updated
newest added
@PatilShreyas I have a old project where I am not using hilt. To create viewModel I am using ViewModelFactory, as to create object of DefaultSessionManager we need context so should...