Day 1: The Initial Investment

Or, Setting Up a Solution and Loading Quotes

Today we’ll start off by creating a project in Visual Studio. Then we’ll load some data from the API. We’ll look at a few ways to deserialize the JSON data we get back. Then we’ll put the data in the view and look at data binding, a method of getting data changes automatically wired up to view updates. First off, creating a new project.

Creating a Solution

Let’s get started by opening Visual Studio and creating a solution from the menu that appears. It should use the Blank App (Universal Windows) Visual C# template, with .NET Framework 4.6.1. Let’s call it Stocks, which isn’t super imaginative, but hey, it’s the right size for the name of an app on a smartphone.

Once ...

Get Seven Mobile Apps in Seven Weeks now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.