Share via


Windows Proximity API Part 2: Demo project setup

Welcome to Part 2 of my Proximity API blog series!

In this part we will set up our initial project, including all the XAML we’ll need for our demo application. This part isn’t specific to the Proximity API, but will give us the shell of a code base we’ll need to do the real stuff in the following parts.

Part Two: Demo project setup

For this demo application, we’ll start with a blank Windows Phone C# project. The Proximity API code would work on Windows 8 and Universal apps, but for the sack of simplicity we’ll focus on Windows Phone so we don’t have to deal with two different XAMLs/UIs.

Read on for full instructions!

You can read more by going to the "Windows Proximity API Part 2: Demo project setup" post on Tobiah Marks blog.