I want to process the data in a database before any UI pulls the data from it through View Model. Since async / await operations involved, which is the best place to pre-process data?
I find doing it in OnAppearing() is not meeting my requirement and I have to pull to refresh the ListView.