From the course: .NET MAUI for Beginners

Unlock this course with a free trial

Join today to access over 24,700 courses taught by industry experts.

Build .NET MAUI UI with XAML

Build .NET MAUI UI with XAML - .NET MAUI Tutorial

From the course: .NET MAUI for Beginners

Build .NET MAUI UI with XAML

Welcome back to another .NET MAUI Beginner Series video. I'm James Montemagno, a Product Manager on the developer community team here at Microsoft. And today, we're continuing our journey building native cross-platform, desktop and mobile applications with .NET MAUI. Now, previously we learned what .NET MAUI is, how to install it and everything that's in a file new project. Next up is actually creating user interface and taking advantage of all the different layouts and controls built in to .NET MAUI. And we're going to build a small application that is a to do list that enables us to keep track of all the things that we want to do and also how to update our user interface when the users interact with it. So let's hop over to Visual Studio 2022 and get started. This is the application that we're going to build. It's called My Tasks. Here on the home screen we'll be able to enter a task, click add and add it to this list. This is going to be a collection view, which is a nicely…

Contents