Quantcast
Channel: Recent Threads — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 204402

What is the best place to pre-process data before any UI is initialized?

$
0
0

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.


Viewing all articles
Browse latest Browse all 204402

Trending Articles