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

Chapter 13 Lets Get Graphical

Summary

In this chapter, you have

•\

Learned what .NET MAUI Graphics is

•\

Gained an insight into some of the power provided by

 

.NET MAUI Graphics

•\

Built your own sketch widget with the .NET MAUI

 

GraphicsView control

In the next chapter, you will

•\

Explore the concepts of distributing your application

•\

Learn about concepts like continuous integration and

 

continuous delivery to improve your development

 

processes

•\

Learn about linking, what it is, and how it can benefit/

 

hinder you

•\

Learn why it is important to collect analytical and crash

 

information

•\

Explore why you might want to consider obfuscating

 

your code

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/ch13.

405