From the course: Xamarin.Forms Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Xamarin.Forms layouts

Xamarin.Forms layouts - Xamarin Tutorial

From the course: Xamarin.Forms Essential Training

Start my 1-month free trial

Xamarin.Forms layouts

- [Narrator] Since Xamarin Forms is all about building shared user interfaces, let's talk about some of the key components that you have available to you to define those interfaces. First we've got Pages, and these are really our top level elements that are going to define the root user interface that we have for the particular page that we're viewing built in. Inside of that, we'll use Layouts in order to determine where the various controls and images and text will show up on that page. And finally we have the actual Views or Controls themselves. These are the inputs, the buttons, the things that display those text and images. Those will render inside of the layouts. We have a number of different options when you create a page. We've already seen ContentPage which allows us to define the content inside of that page. Very simple container. And the NavigationPage that allowed us to have that navigation semantic for…

Contents