Now that we can call the web service and get data, this third video demonstrates how to access the current location of the user's device using the Location capabilities of Windows 10. Lesson source code: https://github.com/Windows-Readiness/... Full series source code: https://github.com/Windows-Readiness/…
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...
Bob kicks off the start of a new project: a cute weather app pulling current weather app from an online weather service, utilizing the user's device to determine the user's current location and even adding a Live Tile on...
In this seventh and final video, Bob submits the finished app to the store. He shows you where to go, how to upload the final package, and generally how easy it is to get your app into the Windows...
In this sixth video, Bob explains the purpose of the Package.AppXManifest and demonstrates how to reference the artwork for the app to display a splash screen, and the artwork for the store, for the start menu and more. Lesson source...
In this fifth video, Bob cleans up the user interface and the code, putting the finishing touches on it so that it can be submitted to the Windows Store. Lesson source code: https://github.com/Windows-Readiness/... Full series source code: https://github.com/Windows-Readiness/…
In this fourth video, Bob demonstrates how to add Drag and Drop to the application to allow a user to drag any sound file from their desktop into the app to play it back. Lesson source code: https://github.com/Windows-Readiness/... Full series source...
In this third video, Bob handles the ItemClick event in the GridView to play the media related to the item that was clicked. Lesson source code: https://github.com/Windows-Readiness/... Full series source code: https://github.com/Windows-Readiness/...
In this second video, Bob creates a class representing each sound, populates a collection of the Sound class, and binds it to a GridView. Lesson source code: https://github.com/Windows-Readiness/... Full series source code: https://github.com/Windows-Readiness/...
In this first video, Bob sets up the project, copies the assets into the project, and creates the overall layout of the app's user interface. Lesson source code: https://github.com/Windows-Readiness/... Full series source code: https://github.com/Windows-Readiness/...