UWP 049 | UWP SoundBoard: Introduction

0
At this point, we're roughly halfway through the course. In this second half, Bob changes the format. You'll watch as Bob creates four entire...

UWP 048 | Adeptly Adaptive Challenge Solution: Part 4 – Adaptively Resizing

0
This is the fourth and final solution video (one possible solution) to the Adeptly Adaptive Challenge. Lesson source code: https://github.com/Windows-Readiness/... Full series source code: https://github.com/Windows-Readiness/...

UWP 047 | Adeptly Adaptive Challenge Solution: Part 3 – Creating a User Control...

0
This is the third solution video (one possible solution) to the Adeptly Adaptive Challenge. Lesson source code: https://github.com/Windows-Readiness/... Full series source code: https://github.com/Windows-Readiness/...

UWP 046 | Adeptly Adaptive Challenge Solution: Part 2 – Creating the Data Model...

0
This is the second solution video (one possible solution) to the Adeptly Adaptive Challenge. Lesson source code: https://github.com/Windows-Readiness/... Full series source code: https://github.com/Windows-Readiness/...

UWP 045 | Adeptly Adaptive Challenge Solution: Part 1 – Setup and MainPage Layout

0
This is the first solution video (one possible solution) to the Adeptly Adaptive Challenge. Lesson source code: https://github.com/Windows-Readiness/... Full series source code: https://github.com/Windows-Readiness/...

UWP 044 | Adeptly Adaptive Challenge

0
In this final challenge, you'll create a more full featured news app complete with hamburger style navigation, data binding, adaptive layout and more. Good...

UWP 043 | Cheat Sheet Review: Adaptive Layout, Data Binding

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 042 | Utilizing User Controls as Data Templates

0
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 041 | Keeping Data Controls Updated with ObservableCollection

0
Binding to a simple collection like a List is find when all you need to do is bind the data once and never expect...

UWP 040 | Data Binding to the GridView and ListView Controls

0
Now we move on to learn about working with data in our apps. What can we do when we want to work with collections...