Category Archives: Windows Phone 7

Converting a Flash Video File for Windows Phone 7

I wanted to be able to view a downloaded video in Flash video format (.flv) on my Windows Phone 7. This proved to be somewhat of a challenge. After installing the Windows 7 Codec Pack, I could open the file … Continue reading

Posted in Windows Phone 7 | Tagged , , , , | 2 Comments

Sorting View Model Items Using CollectionViewSource

If you create a Windows Phone 7 data bound application using the template, the item list is not sorted. I found that the simplest way to do that is to use System.Windows.Data.CollectionViewSource. The example on MSDN is perhaps not so … Continue reading

Posted in Windows Phone 7 | Tagged , , | Leave a comment