Monthly Archives: April 2013

How to manage orientation in Windows Phone using VisualStateManager

When I started to play with Windows Store apps development for Windows 8, one of the things I liked most was the base LayoutAwarePage class, from which every page inherits from. This class introduces a built in support for managing … Continue reading

Posted in Windows Phone | Tagged | 2 Comments

First steps with Caliburn Micro in Windows Phone 8 – The complete series

This post is simply a collector of all the blog posts I wrote about using Caliburn Micro, a very powerfull Model-View-ViewModel framework, in Windows Phone 8. The posts are listed in chronological order, so it will be easier for you … Continue reading

Posted in Windows Phone | Tagged , , | 4 Comments

Backup and restore on Skydrive in Windows Phone 7

I’m working on a big update for my Speaker Timer application and one of the features I’m implementing is Skydrive’s support, to create a backup of the data and restore it in case the user buys a new phone or … Continue reading

Posted in Windows Phone | Tagged , , | 14 Comments

First steps with Caliburn Micro in Windows Phone 8 – Lazy loading with Pivot

After that, in the previous posts, we’ve talked about using the Panorama and Pivot controls in a Windows Phone application with Caliburn Micro, we’re ready to face the lazy loading topic. What is lazy loading? This approach is commonly used … Continue reading

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