what would be the best way to communicate between ...
# android
o
what would be the best way to communicate between two viewmodels scoped to same composables?
😶 3
with huge codebase, the viewmodels get bloated with chunk of code which i want to separate out into feature specific viewmodels but be able to talk to one another in best way possible
z
What about bringing the features into a seperate class then using dependency injection to inject it into the viewmodels?
c
This is a workspace about the Kotlin programming language. For your general android questions please check the channel description for more appropriate resources.