Earlier I wrote a blog post on a specific method to implement code sharing
between Windows Store and Windows Phone applications
[https://www.kenneth-truyers.net/2013/02/24/patterns-for-sharing-code-in-windows-phone-and-windows-8-applications/]
.
In this post I want to zoom out a little bit and look at the different...
Tombstoning your application data in Windows Phone can be tricky when you are
using the MVVM pattern. In order to save your data you have to do it between the
NavigatedTo and NavigatedFrom events of the page. In your ViewModel you don’t
have access...
I started developing my XBMC Remote for Windows 8 RT / Metro and I have come
across a nice little feature in the API which I want to share. For Windows
Phone, I had to create all the icons myself. Visual Studio 2012, creates a file...