Google News
logo
Xamarin - Interview Questions
What is the App.cs class?
App.cs is the main class of the App which offers features like :

MainPage : It helps us to set the initial page of the App.

Properties Dictionary : It helps us to store the values across the state of the lifecycle.

Static Current Property : It gives the instance of the current application object
Advertisement