protected override void OnAppearing() { base.OnAppearing(); //Start fetching async weather api. viewModel.GetUpdatedWeather(); NavigationPage.SetHasNavigationBar(this, false); }