Relative Content

Tag Archive for mvvmmauiobservablecollection

How to reuse globally already loaded observable collection in Maui app?

I have a Maui app where 4-5 observable collections are used across the application on different views. Currently I have a service which loads from database via repository and trigger an event to update the observable collection but this needs to be loaded every single pages where this data is used.