Tag Archives: Mini-Tutorial
Drag and Drop in 30 Seconds
If this doesn’t convince you that it is worthwhile to learn Blend and Behaviors… Open a new phone project in Blend and drag a shape onto the artboard (e.g., an ellipse). Click on Assets –> Behaviors and drag MouseDragElementBehavior onto … Continue reading
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
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.
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
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
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
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
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
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
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
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
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