Episode

UWP-058 - UWP Weather - Setup and Working with the Weather API

In this second video, Bob gets started by creating the project and focusing on how to retrieve data from the weather API. He demonstrates how to deserialize the JSON returned from the weather service into an object graph of classes created to represent the data structures in the JSON, and also how to use the HttpClient class to call an external website or web service.

Lesson source code: https://github.com/Windows-Readiness/AbsoluteBeginnersWin10/tree/master/UWP-058/UWP-058

Full series source code: https://github.com/Windows-Readiness/AbsoluteBeginnersWin10

PDF: Coming Soon

Beginner