Tag Archives: MVVM

Telerik and Windows Phone 8 – The JumpList (Grouping)

Telerik is a very well known company by Microsoft developers, since it develops probably the best components and controls for .NET technologies.  Its relationship with Microsoft developers started a long time ago, since, in their catalogue, you can find controls … Continue reading

Posted in Windows Phone | Tagged , , | 8 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

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

First steps with Caliburn Micro in Windows Phone 8 – Pivot

Panorama and pivot are two key concepts in Windows Phone development: they are, probably, the most used UI paradigm in applications, since they allow to create interfaces that are very different (and, for this reason, original) from an iOS or … Continue reading

Posted in Windows Phone | Tagged , , | 10 Comments

First steps with Caliburn Micro in Windows Phone 8 – The Application Bar

The Application Bar is the joy and the pain of every Windows Phone developer that starts to use the Model-View-ViewModel pattern to develop his applications. Sooner or later you’ll have to face this problem: the Application Bar is a special … Continue reading

Posted in Windows Phone | Tagged , , | 14 Comments