0 votes
in C Sharp by

What are Pages in Xamarin.Forms?

What are Pages in Xamarin.Forms?
  Junior   image

1 Answer

0 votes
by

Pages are Xamarin Forms generic representation of Cross Mobil Application Screens. A Page occupies most or all of a screen and contains a single child.

On IOS, the Page is mapped to ViewController, on Android, it is mapped to somewhat like Activity and on Universal Windows Platform, it is mapped to Page. Pages can be of several types, viz. Master /Detail Page, navigational Page, Carousel Page, Tabbed Page, Template Page, etc.

Related questions

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