I'm just getting started with Xamarin Forms. Love it so far.
I'm loading a new page with PushModalAsync. I then want to make a service call as soon as the page is fully loaded. Where should I do this? It doesn't feel right to do it in the constructor or OnAppearing event. Is there anything that fires once the Page is fully loaded? Or am I just approaching it incorrectly?