Login
Remember
Register
Ask a Question
What is App.cs class in Xamarin?
0
votes
asked
Aug 20, 2020
in
C Sharp
by
Hodge
Q. What is App.cs class in Xamarin?
#xamarin
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 20, 2020
by
Hodge
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.
...