I am creating a group-focused app that has a lot o...
# compose
j
I am creating a group-focused app that has a lot of business logic dependent on which group is currently selected by the user. Is there a way to share this selected group state between all my viewmodels?
c
Create a data layer that sits below all your view models and holds the source of truth for the group state(s)