Chapter 20. Building Windows Apps Using XAML and Fluent Design
This chapter is about seeing what can be achieved with XAML when defining the user interface for a graphical app, in particular, for Universal Windows Platform (UWP). You will explore some of the new user interface features of Fluent Design, available in the Fall Creators Update of Windows 10.
In a single chapter, we will only be able to scratch the surface of everything that can be done with XAML and UWP. However, I hope to excite you into wanting to learn more about this cool technology and platform.
Think of this chapter as a whistle-stop tour of the coolest parts of XAML, UWP, and Fluent Design, including template-able controls, data binding, and animation!
Note
Some important points about this chapter
UWP apps are not cross-platform, but they are cross-device if those devices run a modern flavor of Windows. You will need Windows 10 Fall Creators Update and Visual Studio 2017 version 15.4 or later to create the examples in this...