Book Image

Windows Phone 7.5: Building Location-aware Applications

Book Image

Windows Phone 7.5: Building Location-aware Applications

Overview of this book

Windows Phone 7.5 has met with some great initial reviews from all mobile critics. It is poised to be the '3rd' eco-system for mobile, joining Apple's iOS and Google's Android platform. With Microsoft and Nokia working on multiple devices based on Windows Phone, the platform is a no-brainer enterprise success. Microsoft Office, Email, Skype and a fresh new mobile operating system has been a great champion of a cause for both Microsoft and Nokia. "Windows Phone 7.5: Building Location-aware Applications" will teach you to divein to the new Windows Phone Experience. No more 600 page bibles - just the right mix of text and lots of code to get you started!"Windows Phone 7.5: Building Location-aware Applications" covers location based services and maps, and focuses on methods of location detection and maps. Powered with this information, two real-world applications are covered. In short, this is a concise book on building location aware apps for Windows Phone.
Table of Contents (11 chapters)
Windows Phone 7.5: Building Location-aware Applications
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface

Building the PacktEvents app using Panorama control


Pivot and Panorama are two visually appealing controls available in Windows Phone 7.5. If you have used the Local Scout app on your Nokia Lumia 800, you should have an idea of how the Panorama control works. We will use the Panorama control to build our PacktEvents application and in the next chapter we will use the Pivot control.

Visual Studio 2010 Express for Windows Phone has an option to select the Windows Phone Panorama Application template when choosing to create a New Project. However, we will not choose that path as the template comes with a lot of already built code and UI, whereas we want to learn to use the Panorama control from the ground up. So we start with the simple Windows Phone Application template and add the Panorama control by hand:

  1. 1. Fire up Visual Studio 2010 Express and create a New Project named PacktEvents, choosing the Windows Phone Application template.

  2. 2. From Solution Explorer, Add Reference to the Microsoft...