Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
lawrence_shaun_introducing_net_maui_build_and_deploy_crosspl.pdf
Скачиваний:
46
Добавлен:
26.06.2023
Размер:
5.15 Mб
Скачать

Chapter 2 Building Our First application

We will build “widgets” that can be positioned on the screen. These widgets will range from showing the current time to pulling weather information from a web API to displaying images from your library. The user will also be able to customize the color, among other options, and ultimately save these changes so that they will be remembered when the user next opens the application.

I am planning for this to provide a digital calendar/photo frame for our home. I would love to hear or see what you are able to build.

Summary

In this chapter, you have

•\

Set up your development environment so that you are

 

capable of creating, building, and ultimately running/

 

deploying the application.

•\

Created, built, and run your very first .NET MAUI

 

application

•\

Met the application that we will be building together

In the next chapter, you will

•\

Dissect the application you just created.

•\

Gain an understanding of the key components of a

 

.NET MAUI application.

•\

Learn about the lifecycle of a .NET MAUI application.

42

Chapter 2 Building Our First application

Source Code

The resulting source code for this chapter can be found on the GitHub repository at ­https://github.com/Apress/Introducing-MAUI/tree/ main/ch02.

43