+1 vote
in C Sharp by
Explain Lifecycle methods of Xamarin.Forms app?

1 Answer

0 votes
by

Lifecycle methods are set of methods which get executed when application enters into a specific state. Following are such methods:

  • OnStart: Executes when application starts from the beginning
  • OnSleep: Executes each time when application goes into the background
  • OnResume: Executes when application comes into the foreground from the Sleeping state

Related questions

+1 vote
asked Aug 20, 2020 in C Sharp by RShastri
0 votes
+1 vote
asked Aug 20, 2020 in C Sharp by RShastri
...