0 votes
in C Sharp by
Q. What is App.cs class in Xamarin?

1 Answer

0 votes
by

App.cs is the main class of the app which offers features like:

  • MainPage: It helps to set the initial page for the app.
  • Properties Dictionary: It helps us store simple values across lifecycle states.
  • Static Current Property: It gives the instance of the current application object.
...