on call ViewModel.Init(); throwing System.NullReferenceException Message=Object reference not set to an instance of an object. any fix protected override void OnAppearing() { base.OnAppearing(); ViewModel.Init(); }