Category Archives: Mango

Mango’s New Accelerometer Emulator

Windows Phone Tutorial Mango brings a new extended emulator with emulation of the accelerometer. This allows you to test applications that use the accelerometer within the emulator before doing your final testing on the device. (Previously you had to pick … Continue reading

Posted in Essentials, Mango, Patterns & Skills, WindowsPhone | Tagged | 4 Comments

Page State–Step by Step

Windows Phone Tutorial The Windows Phone life cycle is not terribly complicated, but it can be the source of some   confusion, and managing the life-cycle can be intimidating to new Windows Phone programmers.  This posting will review the basic … Continue reading

Posted in Essentials, Mango, Mini-Tutorial, Patterns & Skills, WindowsPhone | Tagged | 6 Comments

Windows Phone Fast Application Switching–Don’t Panic!

Windows Phone Tutorial With Mango, the Windows Phone application life cycle changes, and that is a good thing, because the change allows for Fast Application Switching (FAS).  With FAS, the user can start a new application and then return to … Continue reading

Posted in Essentials, Mango, Mini-Tutorial, WindowsPhone | Tagged | 2 Comments

Windows Phone Toolkit–Date and Time Pickers

A Windows Phone From Scratch Mini-Tutorial You have seen the Date and Time pickers in the built-in applications and you can add them to your own applications with shockingly little work.   To start, follow the directions from yesterday’s posting on … Continue reading

Posted in Data, Essentials, Mango, Mini-Tutorial, Patterns & Skills, Toolkit, WindowsPhone | Tagged | 1 Comment

Windows Phone Toolkit AutoCompleteBox

A Windows Phone From Scratch Mini-Tutorial The Windows Phone Toolkit offers a number of useful controls that you can use right out of the box.  This is the first in a sub-series of mini-tutorials on the Windows Phone Toolkit. From … Continue reading

Posted in Essentials, Mango, Mini-Tutorial, Toolkit, WindowsPhone | Tagged | 1 Comment

Yet Another Podcast #44–Charles Petzold

Talking with Charles Petzold about writing, computers and his career. Charles Petzold is the author of numerous books, including Programming Windows, Code, The Annotated Turing, and Programming Windows Phone Charles Petzold’s Web Site Ada’s Technical Books Any sufficiently advanced technology … Continue reading

Posted in Data, Languages, Mango, Opinion, Patterns & Skills, Podcast | Tagged | 1 Comment

Yet Another Podcast #43–Sean McKenna and Windows Phone Data

Talking with Sean McKenna, Senior Program Manager on the Windows Phone Application Platform Team, about structured data, databases and much more. Listen | Yet Another Podcast Call in comments: 1-347-YAP-CAST

Posted in Data, Mango, Podcast, WindowsPhone | Tagged | 1 Comment

Removing the BackStack Entry in Windows Phone

A reader correctly complained about my posting on Sending Messages Between Pages that the “dialog” box I had created was in the BackStack.  If you were to go through the dialog and then later hit the hardware back-key you would … Continue reading

Posted in Essentials, Mango, Mini-Tutorial, WindowsPhone | Tagged | 3 Comments

Windows Phone–Sending Messages Between Pages

Windows Phone Tutorials Last week I began work on prototyping a new application as part of the Full Stack series.   In this application I would like to open a dialog box, retrieve some information from the user, and return … Continue reading

Posted in Essentials, Mango, Mini-Tutorial, Patterns & Skills, WindowsPhone | Tagged | 6 Comments

Windows Phone Fundamentals–Navigation

Windows Phone Fundamentals Continuing my mini-series on Windows Phone Fundamentals, begun here, this tutorial will cover the topic of navigating from one page to another.  This is one of those tasks that are wicked simple once you know how, but … Continue reading

Posted in Essentials, Mango, Mini-Tutorial, Patterns & Skills, WindowsPhone | Tagged | 1 Comment

Windows Phone Fundamentals–Layout

Windows Phone Fundamentals The Windows Phone From Scratch mini-tutorials are going back to the fundamentals for those who are new to Windows Phone Programming.  Today, we cover basic layout with the Grid Control. The Grid control is often compared to … Continue reading

Posted in Essentials, Mango, Mini-Tutorial, WindowsPhone | Tagged | 1 Comment

Obtaining Email, Address or Phone Number

Mango From Scratch Windows Phone Mango now has new tasks to obtain additional information from the contacts list, such as the user’s email address, snail-mail address and phone number. All of these work essentially in the same way: you create … Continue reading

Posted in Mango, Mini-Tutorial, WindowsPhone | Tagged | 10 Comments