UWP 029 | XAML Themes

0
Windows 10 on both desktop and phone allow the user to change their preferred colors. As developers we can utilize those colors in our...

UWP 028 | XAML Styles

0
Up until now, we've set the fonts, colors, sizes and more of the XAML controls we've used individually one at a time, however in...

UWP 027 | Canvas and Shapes

0
While we don't particularly need their services in the remainder of the lessons in this series, no introduction to building user interfaces with the...

UWP 026 | Working with the ScrollViewer

0
With limited real estate in our app's Window, we must use the ScrollViewer to allow our users to scroll horizontally or vertically to see...

UWP 025 | Common XAML Controls: Part 2

0
In this second installment of a tour through the Toolbox, we learn about date input controls, progress bars and rings, and more. Lesson source code:...

UWP 024 | Hamburger Heaven Challenge: Solution

0
This is the solution video (one possible solution) to the Hamburger Heaven challenge. Lesson source code: https://github.com/Windows-Readiness/... Full series source code: https://github.com/Windows-Readiness/...

UWP 023 | Hamburger Heaven Challenge

0
You've seen Bob create the elements of a hamburger navigation menu, search panel, back button and more. Now it's your turn! Can you build...

UWP 022 | Cheat Sheet Review: Windows 10 Layout Hamburger Navigation and Controls

0
Need a quick reminder about what we covered in the previous lessons? Do you remember viewing a video that explained or demonstrated a technique...

UWP 021 | Implementing a Simple Hamburger Navigation Menu

0
Now that we understand how to utilize the RelativePanel and SplitPanel, and we have access to new controls in the Toolbox, we can build...

UWP 020 | Common XAML Controls: Part 1

0
There are so many controls in the Toolbox that we've not used up until now. This video will put new tools in our toolbox...