In this part, we’ll dive into the building blocks of .NET MAUI apps. We’ll see how apps are constructed of pages, layouts, and controls.
Pages are the building blocks of an app. We’ll see the different ways that .NET MAUI lets you display them to your users, as well as the ways that users can navigate between the different parts of the app.
Controls are at the heart of what .NET MAUI is—an abstraction of controls provided by the target platforms. We’ll see how we can do things like display images, text, and collections of data and how to get input from the user.
One of the most important aspects of any UI is layout, and in this part, we’ll see how we can use the layouts that .NET MAUI provides to arrange our controls to build any UI, including a familiar one you may already know.