Hello, I have an android fragment with a viewModel. I use private `by sharedViewModel()` to inject t...
m
Hello, I have an android fragment with a viewModel. I use private
by sharedViewModel()
to inject the view model. But I want to create my ViewModel with an argument provided via intent in the activity. Is it possible ?