What is App.cs class?

Technology CommunityCategory: XamarinWhat is App.cs class?
VietMX Staff asked 4 years ago

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.