Closed reinaldomoreira closed 6 years ago
Perhaps you've already solved this. I would imagine that you would need a shared data source/model. It should be scoped to the largest scope of the populating Views (probably the Fragment). This is a fairly standard way to approach data sharing between Views, if I've understood your need correctly. Hope that helps.
Thanks for your answer! I solved it by sharing one view model for both of them. :)
How is it possible to make a communication between these too?
related question