Tag Archives: Mini-Tutorial
Rx–Reactive Programming for Windows Phone
Windows Phone From Scratch #27 My first posting about Reactive Programming for Windows Phone generated some terrific comments… many of which asked (and others answered) “what is the benefit of this?” In this second posting on the topic I’ll … Continue reading
Using the Camera in Windows Phone 7
Windows Phone From Scratch #24 On January 24 we created an application that launched the contact list and returned the phone number of the selected contact. In that posting I reviewed, briefly, the difference between Launchers and Choosers. This posting … Continue reading
Launchers & Choosers–Part 2
Windows Phone From Scratch #23 In yesterday’s posting we created an application that used a chooser to allow you to pick a name from the contacts list and to obtain the related phone number. Today we’ll use that information to … Continue reading
Tasks: Launchers and Choosers–Windows Phone From Scratch #22
To provide your Windows Phone application access to the operating system (and with it, to the native applications such as SMS, the Contact List, the Camera, and, oh yes, making a call) Windows Phone 7 has a set of predefined … Continue reading
Oops! Our OData Was Read Only. Yikes!
Jon Galloway and I recently documented what we were learning about Entity Framework Code-First and oData as part of the Full Stack project. It turns out, however, that we were into some bleeding edge technology, and while everything we posted … Continue reading
Windows Phone From Scratch #21–Animation Without A Lick Of Code
Animation, used with restraint, can greatly enhance the user’s experience of the phone; clarifying transitions and creating useful illusions. One, discussed here previously, is the illusion of “flipping” part of the page over, perhaps to reveal a help file. In … Continue reading
Passing Parameters With Behaviors In MVVM Light for Windows Phone
Windows Phone From Scratch #20 MVVM Light Toolkit Soup To Nuts #5 In the previous posting in this series, we created a list of customers and we bound them to a list box. We did this not in the code-behind … Continue reading
Entity Framework Code-First, oData & Windows Phone Client
Entity Framework Code-First is the coolest thing since sliced bread, Windows Phone is the hottest thing since Tickle-Me-Elmo and oData is just too great to ignore. As part of the Full Stack project, we wanted to put them together, which … Continue reading
Windows Phone From Scratch #18 – MVVM Light Toolkit Soup To Nuts 3
This is the third part of the MVVM Light Toollkit Soup To Nuts (part 1 is here) within the Windows Phone From Scratch Mini-tutorial series. Today we look at an introduction to messaging as a tool for communicating, e.g., from … Continue reading
Windows Phone From Scratch #17: MVVM Light Toolkit Soup To Nuts Part 2
This is the second part of the MVVM Light Toollkit Soup To Nuts (part 1 is here) within the Windows Phone From Scratch Mini-tutorial series. Today we look at an introduction to behaviors as a tool for migrating event handling … Continue reading
Windows Phone From Scratch #7–Element Binding
This mini-tutorial extends the work done in number 6, adding a slider and a text block bound to the value of the slider, through element binding – that is, the binding of one element’s value (in this case the TextBlock) … Continue reading
Windows Phone From Scratch #6 – Data Binding (Really)
Whoa! Insurrection on this series! Fair enough, it is based on the quite legitimate complaint that the mini-tutorials were too mini and not enough tutorial. To make up for this deficiency, this mini-tutorial will cover steps 2 and 3 described … Continue reading