Copyright
Brief Table of Contents
Table of Contents
Preface
Acknowledgments
About this Book
About the Cover Illustration
1. Introducing Windows Phone
Chapter 1. A new phone, a new operating system
1.1. Rebooting the Windows Phone platform
1.2. Windows Phone foundations
1.2.1. Hardware specs
1.2.2. A new user interface
1.2.3. User experience
1.2.4. Platform APIs and frameworks
1.2.5. The Dev Center and the Windows Phone Store
1.3. Comparing Windows Phone to other mobile platforms
1.3.1. Windows 8
1.3.2. Apple iOS
1.3.3. Android
1.4. The Windows Phone Developer Tools
1.4.1. Visual Studio for Windows Phone
1.4.2. Blend for Visual Studio
1.4.3. Windows Phone emulator
1.4.4. Windows Phone Developer Registration tool
1.4.5. XAP Deployment tool
1.4.6. Isolated Storage Explorer tool
1.4.7. The Simulation Dashboard
1.5. Declaring capabilities and requirements
1.6. Summary
Chapter 2. Creating your first Windows Phone application
2.1. Generating the project
WMAppManifest.xml and the Windows Phone Store
2.1.1. Debugging phone projects
2.1.2. Application startup
2.2. Implementing Hello World
2.2.1. Customizing the Startup page
2.2.2. Adding application content
2.2.3. Adding the Greeting page
2.3. Interacting with the user
2.3.1. Touch typing
2.3.2. Touch gestures
2.3.3. Adding a toolbar button
2.4. Page navigation