-
Is there or do you plan any ViewModel support? I cannot find any tutorial/sample/relevant code that would help me. Thx. |
Beta Was this translation helpful? Give feedback.
Answered by
ZacSweers
Mar 17, 2025
Replies: 2 comments
-
Nothing first party like Hilt does, if that's what you were thinking. You could just use multibindings to aggregate ViewModel creators and use them in a |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ZacSweers
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nothing first party like Hilt does, if that's what you were thinking. You could just use multibindings to aggregate ViewModel creators and use them in a
ViewModelProvider.Factory
. Then install this in your base activity/fragment class