Tag: UWP
UWP 080 | Series Wrap Up
In this final video of the series, Bob congratulates you and shows you where to go for more information about the Universal Windows Platform.
Lesson...
UWP 079 | Hero Explorer: Cortana Integration
In this ninth and final video, Bob adds Cortana integration to allow the user to refresh the list of characters or display details about...
UWP 078 | Hero Explorer: Adding an Adaptive Layout and UI...
In this eighth video, Bob adds the VisualStateManager and adaptive triggers to adaptively re-shape the layout based on the window size and performs other...
UWP 077 Hero Explorer Displaying Comic Book Details
In this seventh video, Bob responds to the comic book's GridView ItemClick event to display the details about a given comic book.
Lesson source code:...
UWP 076 | Hero Explorer: Displaying Comic Books for a Character
In this sixth video, Bob displays a list of recent comics for the selected Character by making a new call to the Marvel API,...
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 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 074 | Hero Explorer: DataBinding and Navigating through the Object...
In this fourth video, Bob provides the basic layout controls and databinds the "master" ListView to the list of Characters returned from the web...
UWP 073 | Hero Explorer: Creating an MD5 Hash and Calling...
In this third video, Bob demonstrates how to make a call to the Marvel API by creating a hash of the public and private...
UWP 072 | Hero Explorer: Accessing the Marvel Web API
In this second video, Bob sets up the project but focuses on how to work with the Marvel API ... how to make calls,...