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

Launchers and Choosers — An Overview


Launchers and Choosers are some other exceptional fundamental concepts in Windows Phone 7.5. They allow application developers to access the address book, web browsers, maps, messaging, and camera support without writing much code. The idea here is not to import tons of libraries and reuse the same functionality, but to pass control to the right application (system application) to get the job done and come back to the main application with the result.

Launchers are a set of API tasks that allow the user to navigate to other parts of the Windows Phone experience to accomplish a certain goal. However Launchers return no control back to the user or the calling program. Some examples of Launchers are e-mail, marketplace, SMS, web browser, media player, and the Bing Maps task. A complete list of available Launchers is shown in the following table:

Launcher name

Launcher description

BingMapsDirectionsTask

Used for displaying directions from a starting...