DaggerViewModel
DaggerViewModel copied to clipboard
An integration Module for injecting Google Architecture Components' ViewModel into Dagger2-injected Android components.
Results
1
DaggerViewModel issues
Sort by
recently updated
recently updated
newest added
I have already whiten factories for some of my VM. Can you show how to combine with your solution? Here is example: ``` class MyViewModel : ViewModel() { class Factory(private...