DON'T MISS
UWP 007 | Understanding XAML Schemas and Namespace Declarations
Bob tackles "the top of the page" where the XAML namespace declarations are generated by default in a new page template. He explains why...
UWP 015 | Laborious Layout Challenge
So, you've got two challenges under your belt. This third challenge requires you use the Grid and StackPanel together like you will often do...
GADGET WORLD
TRAVEL GUIDES
All
UWP 075 | Hero Explorer: Displaying Character Details
In this fifth video, Bob handles the "master" ListView's ItemClick event to display the details about a given Character.
Lesson source code: https://github.com/Windows-Readiness/...
Full series source...
UWP 016 | Laborious Layout Challenge: Solution
This is the solution video (one possible solution) to the Laborious Layout Challenge.
Lesson source code: https://github.com/Windows-Readiness/...
Full series source code: https://github.com/Windows-Readiness/...
LATEST REVIEWS
UWP 005 | Understanding Type Converters
In this lesson, Bob explains how an intelligent XAML parser allows you to create user interfaces much more easily and succinctly than creating them...
FASHION AND TRENDS
UWP 042 | Utilizing User Controls as Data Templates
User Controls allow you to encapsulate common passages of XAML that you intend to use frequently, whether on a single page or across the...
UWP 039 | Adaptive Layout with Device Specific Views
While utilizing a layout containing adaptive triggers is one way to allow a single code base to run on different devices, you also have...