Tag Archives: MVVM

First steps with Caliburn Micro in Windows Phone 8 – Collections and navigation

We continue our journey about Caliburn Micro and how to use this MVVM framework in a Windows Phone 8 application by understanding how to manage collections and navigation. Collections One of the most common scenarios in a Windows Phone application … Continue reading

Posted in Windows Phone | Tagged , , | 19 Comments

First steps with Caliburn Micro in Windows Phone 8 – Actions

In the previous post we’ve seen how  to setup a Windows Phone application to use Caliburn Micro as a MVVM Framework. We’ve seen also the first conventions used by the toolkit, to connect together a View with its ViewModel and … Continue reading

Posted in Windows Phone | Tagged , , | 4 Comments

First steps with Caliburn Micro in Windows Phone 8 – The theory

If you’re a Windows Phone developer you’ll probably have heard of Model-View-ViewModel (MVVM for friends): it’s the most widely approach used for development with technologies based on XAML, like WPF, Silverlight and, more recently, Windows Phone and Windows Store apps. … Continue reading

Posted in Windows Phone | Tagged , , | 3 Comments