Download Windows Phone SDK 7.1.1 Update!
Published by on 27.03.2012 at 11:19

As announced on the Windows Phone Developer Blog, Windows Phone SDK 7.1.1 Update is now available for  download on the Microsoft Download Center.

The WPSDK 7.1.1 Update provides a WPSDK patch that enables developers to develop and test for the recently announced Windows Phone 7.5 256 MB devices, as well to run the WPSDK 7.1 on the Windows 8 Consumer Preview release via the following:

  • Updated 512 MB OS Emulator Image: An updated build Windows Phone OS 7.1 (Build 8773)
  • New 256 MB OS Emulator Image: A new Windows Phone OS 7.1 emulator image (Build 8773) that emulates running on 256 MB devices
  • Emulator Choice: Ability to debug or run your WP apps in either the 256 MB or 512 MB emulator
  • Windows 8 Support: An updated emulator is included, which can run on Windows 8
  • IntelliSense support for adding the new 512 MB requirement to the Windows Phone App Manifest file

Read the full post






Calcium framework for Windows Phone available
Published by on 25.03.2012 at 14:42

Fellow MVP Daniel Vaughan has published in these days on CodePlex a new version of his “Calcium” framework targeting Windows Phone.

From the official release notes:

Calcium for Windows Phone is a consolidation of the infrastructure code that has been written for the book Windows Phone 7.5 Unleashed, and is already used by a number of published apps. 

Read the full post






Let me out – Facebook Logout in a Windows Phone App
Published by on 05.01.2012 at 20:30

A while ago I implemented the Facebook photo endpoint into my Windows Phone Pictures Lab app. The implementation of the login was quite straightforward thanks to OAuth 2.0. Only the logout was way harder than one might expect. This post describes how to logout from Facebook using the Facebook API. In my Pictures Lab app you can edit photos, make them look awesome and then save or share those with your friends at Twitter or Facebook. The Windows Phone Mango API provides the ShareLinkTask and the ShareStatusTask which can be used by an app to share an URL or text using the social services the user has connected the device to. Unfortunately there's no built-in SharePhotoTask to share a photo using the services the user has already authorized. That's why I had to implement it in a custom way where the user has to authorize again. This blog post by my mate Nick Randolph describes very well how to login to Facebook from a Windows Phone app.
Read the full post




SLARToolkit Samples Updated
Published by on 05.01.2012 at 19:25

The samples of my open source Windows Phone and Silverlight Augmented Reality Toolkit were updated to the latest version of the WP 7.1 and Silverlight 5 SDKs. Please note the changed security model in Silverlight 5, which is a big bummer. My Silverlight MVP friend Morten wrote a few true words about it here. As usual you can find a list of the samples on the project site and also get the code there.