Tag Archives: Mini-Tutorial

Playing A Sound, Simplified

Windows Phone Tutorial In a previous posting I discussed how to play a sound using a background process.  That is great when you need the sound to continue playing even if you leave your application. But much of the time … Continue reading

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

Calling Navigate From The View Model

Windows Phone Mini-Tutorial In the third part of the MVVM Light Toolkit Soup To Nuts (part 1 is here) I started with an application that had two pages, and a button on the first that was to cause a navigation … Continue reading

Posted in Mango, Mini-Tutorial, Patterns & Skills | Tagged | 5 Comments

Vibrating the phone

Windows Phone Tutorial A little vibration added to your application can be just the haptic feedback needed. It turns out that vibration is absurdly easy to add; so much so that discussions of adding vibration typically come with the caveat … Continue reading

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

Binding Formatting

Windows Phone Tutorial When you are binding data there are additional properties that allow you to format the display and to handle errors and null values. The StringFormat property allows you to add any standard .NET format string that matches … Continue reading

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

DecryptR Part 2

In a recent post, I discussed the DecryptR application I have been toying with.  While the fundamentals are working, there is much to do.  Today I’ll make a few minor improvements. First, let’s set the font in the list box … Continue reading

Posted in Essentials, Mango, Mini-Tutorial, Patterns & Skills | Tagged | Leave a comment

DecryptR–A Glass House Application

  Periodically, I like to build a “glass house” application – that is one which I document as I go, hiding nothing and showing all the thinking that goes into the application as well as the raw, not ready-for-production code … Continue reading

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

Context Menu

Windows Phone Tutorial The Silverlight For Windows Phone Toolkit is a magnificent collection of controls and utilities for writing Windows Phone applications.  Unfortunately, there is little or no documentation, and the samples, while wonderful, are quite complex.  At times, it … Continue reading

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

Beautiful Page Transitions (Practically) Free

Windows Phone Tutorial I don’t just mean you don’t pay for the code, or the control, I mean we’re talking about 2 minutes of effort.  No joke. Step 1 is to download the November Windows Phone Toolkit and install it

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

New Mini-Tutorial Video Series

I’m very pleased to announce that I’m starting a new video series based on my mini tutorials about Windows phone mango. These will all be posted on Channel 9 and you can also find them listed alphabetically on my Windows … Continue reading

Posted in Animation, Blend, Mini-Tutorial, WindowsPhone | Tagged | 4 Comments

The Full Stack, Phase 2–Overview

Windows Phone Tutorial Last year Jon Galloway and I launched the Full Stack experiment,in which we video-documented the creation of a nontrivial application. Today we begin the second phase of this experiment, building a new application that will have implementations … Continue reading

Posted in Background Agents, Blend, Data, Essentials, Full Stack, Linq, Mango, Mini-Tutorial, Multitasking, MVC, Patterns & Skills, SL Unit Tests, Toolkit, UI, Visual Studio, WindowsPhone | Tagged | Leave a comment

Background Audio Part II: Copying Audio Files To Isolated Storage

Windows Phone Tutorial In a previous article I showed how to use the audio background task agent to run the audio even when your application is no longer in the foreground. In that article we used audio that was downloaded … Continue reading

Posted in Background Agents, Mango, Mini-Tutorial, WindowsPhone | Tagged | 5 Comments

Background Audio

Windows Phone Tutorial When you are playing audio in your application you may not want that audio to stop when the user switches to another application.  Windows Phone 7.5 (Mango) brings Background Audio using the BackgroundAudioPlayer. In my previous post … Continue reading

Posted in Background Agents, Essentials, Mango, Mini-Tutorial, Multitasking, WindowsPhone | Tagged | 4 Comments