Tag Archives: Mini-Tutorial

Adding Icons to the DateTime Picker

Windows Phone Tutorial If you just add a DateTime Picker (from the Windows Phone Toolkit) to your application, it will work but its icons will be very unsatisfactory – just a pair of X’s.  To get the proper icons, follow … Continue reading

Posted in Essentials, Mango, Mini-Tutorial, UI | Tagged | 5 Comments

Windows Phone WCF OData Client

Windows Phone Tutorial In a recent posting I showed how to create a quick OData service using Entity-Framework Code-First and SQLCE4.  In this posting I’ll show how to create a simple Windows Phone client to interact with that service.

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

Creating an OData Server Quickly

Windows Phone Tutorial There are numerous ways to access data from Web Services.  To explore these we need a simple server that exposes data we can interact with from a Windows Phone Application. To facilitate this, we’ll build an ASP.NET/MVC … Continue reading

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

DataBinding to Custom Properties

Windows Phone Tutorial In a recent three part mini-series I showed how to create a Xaml program from scratch.  In the third part of the series I showed how the values are computed for display, but I glossed over how … Continue reading

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

Building a Windows Phone App From Scratch–Part 3 of 3

Windows Phone Tutorial In Part 1 of this mini-series we created the layout for a calculator. In Part 2, we filled in the event handlers for the buttons.  In this third and final part we’ll review the code for the … Continue reading

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

Building A Windows Phone App From Scratch–Part 2

Windows Phone Tutorial In Part 1 of this mini-series we created the layout for a calculator. In this part, we’ll take a look at the event handlers required to make the buttons works.  When the user clicks a button an … Continue reading

Posted in Data, Essentials, Mango, Mini-Tutorial, Patterns & Skills, WindowsPhone | Tagged | Comments Off on Building A Windows Phone App From Scratch–Part 2

Building A Windows Phone App From Scratch

Windows Phone Tutorial In this and the next few blog posts, we will build an application from scratch; covering all the details along the way.  The application we’re going to build is a simple four function calculator. We’ll build it … Continue reading

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

Dependency Properties

Windows Phone Tutorial Dependency properties are like the sewers, electric wires and pipes running under the streets of a big city. You can ignore them, you can even be oblivious to their existence, but they make all the magic happen … Continue reading

Posted in Data, Essentials, Languages, Mini-Tutorial, Patterns & Skills, WindowsPhone | Tagged | 9 Comments

Bing Maps Task

You’ve seen in previous Windows Phone Mini-tutorials that all tasks have the same basic structure: Instantiate the task Add any specifying data Show the task The Bing Maps Task is no different. In fact, it is so simple to use … Continue reading

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

Location Services–Using the Emulator

Windows Phone Tutorial Getting your device’s location takes remarkably little code.  The new emulator that comes with Mango makes it possible to test location services without adding a GPS to your desktop computer and putting it in your car, thus … Continue reading

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

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