1.

What is the lifecycle of Xamarin.Forms apps?

Answer»

FOUR events occur during the Xamarin.Forms LifeCycle:

  • OnStart EVENT - Startup of an application.
  • Suspension - When the Xamarin.Forms COME to this event, it got suspended or terminated.
  • OnResume event - When the application is RESUMED from background.
  • OnSleep event - When the application GOES to background.


Discussion

No Comment Found