From the course: Microsoft XAML: 1 Core Concepts

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Use XAML in Universal Windows apps

Use XAML in Universal Windows apps

From the course: Microsoft XAML: 1 Core Concepts

Start my 1-month free trial

Use XAML in Universal Windows apps

- [Voiceover] For this demonstration I'm using a sample application created by Microsoft. It's called the Photo Sharing App. They created this to show off or showcase the parts of universal Windows applications. It's available on Github. I went to Github and got a copy of it and put in our exercise files folder and we're looking at it now. This a universal Windows application and the benefit of that is you write one set of user interfaces and one set of common code and then it'll run across multiple Windows 10 devices. This is quite a big application. There's a lot of pieces here. You can see some of the items here in the solution. There's services and unit tests and portable class libraries. The part that we're interested in is in this section. This is where the UI is defined. And this is where you'll find the xaml. It's a large application. It's got a lot of interesting parts. It's using the model view view model pattern. So you'll see models folders and you'll see a view models…

Contents