What is the lifecycle of Xamarin.Forms apps?
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.
BY Best Interview Question ON 04 Nov 2020