ViewModelGoodPractice
ViewModelGoodPractice copied to clipboard
Creating Pref object without hilt
@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 I pass context in the viewModel factory? Or is there any other way