ubu
10/24/2018, 9:55 AMAAC MVVM
implementation. I have an activity with several view models
, and I need to connect these. Currently I use activity
as a kind of proxy between them. But that feels wrong. What would be the best way for one view model
to observe events from other view model
? Or is it completely wrong way of implementing MVVM architecture
?dknapp
10/24/2018, 2:07 PMtrent
11/11/2018, 8:53 AM