0 votes
in Xamarin Exordium by
What is the App.cs class?

1 Answer

0 votes
by

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

Related questions

0 votes
0 votes
asked Mar 27, 2022 in Xamarin Exordium by sharadyadav1986
0 votes
asked Mar 13, 2020 in Agile by yourell
...