Reader small image

You're reading from  .NET MAUI Cross-Platform Application Development - Second Edition

Product typeBook
Published inMar 2024
Reading LevelBeginner
PublisherPackt
ISBN-139781835080597
Edition2nd Edition
Languages
Right arrow
Author (1)
Roger Ye
Roger Ye
author image
Roger Ye

Roger Ye is an embedded system programmer who has great interest in virtualization, Android, and cross-platform technologies. His professional experience includes working with major companies like Motorola, Emerson, Intel, and EPAM, where he held the position of Engineering Manager. At Motorola and Emerson, he worked on embedded system projects for mobile devices and telecommunication infrastructures. He is now an engineering manager at EPAM, working with a team to deliver digital solutions for diverse clients.
Read more about Roger Ye

Right arrow

Building a user interface

Equipped with basic knowledge of XAML, let’s take a bird’s-eye view of the .NET MAUI user interface building blocks. We will explore them in greater depth as we encounter them in subsequent chapters.

A page is the top-level user interface element that typically occupies all the screens or windows. We introduced how to create pages using the Visual Studio template or dotnet command at the beginning of this chapter. Each page generally contains at least one layout element, which is used to organize the design of controls on a page. Examples of pages are ContentPage, NavigationPage, TabbedPage, FlyoutPage, and Shell.

Within a content page, we utilize views (or controls) as the building blocks of the user interface. To organize views into groups, we can use layout components as containers for the views.

Layouts

Layouts are container components that help organize and arrange UI elements (or views) within your app. They control the...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
.NET MAUI Cross-Platform Application Development - Second Edition
Published in: Mar 2024Publisher: PacktISBN-13: 9781835080597

Author (1)

author image
Roger Ye

Roger Ye is an embedded system programmer who has great interest in virtualization, Android, and cross-platform technologies. His professional experience includes working with major companies like Motorola, Emerson, Intel, and EPAM, where he held the position of Engineering Manager. At Motorola and Emerson, he worked on embedded system projects for mobile devices and telecommunication infrastructures. He is now an engineering manager at EPAM, working with a team to deliver digital solutions for diverse clients.
Read more about Roger Ye