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