In this chapter, you are going to investigate the fundamental parts of building a .NET MAUI application. You are going to apply an icon and splash screen, add in some pages and their associated view models, and configure some bindings between your page and the view model. You will also gain an understanding of what XAML is and what it has to offer as you build the pages and the Shell of your application. You will also learn how Shell allows you to navigate between pages in your application.
Prerequisites
You need to do some ...