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 apps from scratch employing the techniques you've already learned as well as new APIs and...
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/...
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/...
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/...
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/...
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 luck! You can do it!
Lesson source code: https://github.com/Windows-Readiness/...
Full series source code: https://github.com/Windows-Readiness/...
Need a quick reminder about what we covered in the previous lessons? Do you remember viewing a video that explained or demonstrated a technique in code, but don't want to re-watch the entire video series to find it again?...
User Controls allow you to encapsulate common passages of XAML that you intend to use frequently, whether on a single page or across the entire app. However, User Controls are most helpful when you want to change the size...
Binding to a simple collection like a List is find when all you need to do is bind the data once and never expect it to change. In this lesson we'll learn about a different collection that will notify...
Now we move on to learn about working with data in our apps. What can we do when we want to work with collections of data and display that data to a user? In this lesson we learn about...































