What are the different kinds of pages are present in the Xamarin .forms?

devquora
devquora

Posted On: Feb 22, 2018

 

The following are some of the different pages that are present in the Xamarin .forms:

  • Content page – this type of the page displays a single view, often a container such as a stack layout or the scroll view.
  • Master-Detail page – this type of page manages two types of panes of information.
  • Navigation page – a page that manages the navigation and the user experiences as a stack of other pages
  • Tabbed page – this page allows the navigation of the children pages using the tab.
  • Templated page – a page that helps to display the full page content with a control template and the base class for the content page.
  • Carousel page – a page allowing the swipe gestures between the subpages such as a gallery.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Xamarin Interview Questions

    What is Xamarin?

    Xamarin is a type of cross-platform development technology, where we can build the native user interface for the IOS, Android and the Windows phone...

    Xamarin Interview Questions

    What are the types of a programming language that support Xamarin development?

    Xamarin is unique in the sense that it helps in offering a single language that includes C#, class library and runtime...

    Xamarin Interview Questions

    What are the types of elements that are used in the Xamarin?

    The following are the types of elements that are used in the Xamarin:..