Web and Windows Phone 7 by Ben Cull

Archive for the “Windows Phone 7” Category

Using Multiple Application Bars in Windows Phone Development

Posted on December 12th, 2011 by Benjii

You know when you select multiple emails and the application bar swaps out for a different one? No? We’ll get ready to learn. This trick looks much better than enabling and disabling menu items on your application bar and is dead simple to achieve. Step 1: Create your Application Bars Make sure you have the [...]

Continuum Transition for Windows Phone Silverlight Toolkit

Posted on November 8th, 2011 by Benjii

You know that cool swooshing transition you get when you click an email on your Windows Phone? Now you too can make use of that awesome transition using only the Silverlight Toolkit and this handy dandy Continuum Transition class. Step 1 – Go get the Silverlight Toolkit!! As always, I suggest you use Nuget to [...]

Push Notifications in Windows Phone 7 – #3 Push that Notification

Posted on April 23rd, 2011 by Benjii

Finally we arrive at the thrilling conclusion to my push notifications miniseries. This time we will actually push a notification to a device we have previously recorded. Posts in the series: Code on the device – This will handle everything you need to put into your wp7 app Code on the server – This will [...]

Push Notifications in Windows Phone 7 – #2 Code on the Server

Posted on January 19th, 2011 by Benjii

This is the second part in the mini series that is taking us through the steps of setting up push notifications for your windows phone 7 app. Posts in the series: Code on the device – This will handle everything you need to put into your wp7 app Code on the server – This will [...]