How are people injecting parameters into ViewModel...
# android-architecture
e
How are people injecting parameters into ViewModels? Is it usual to have the longest switch statement ever (https://goo.gl/8T53bA), or implement something such as dagger to pass in a map of ViewModels and Providers?