Getting started with Caliburn.Micro for Windows Phone Part 3
7/18/2011source: deanvmc
In the last couple of parts of this series we have walked through some of the basic features Caliburn.Micro provides help developers compose their apps using MVVM. Up to now we have been dealing with single page / view examples. The problem is of course that many applications developers want to build are multi paged, and this is were MVVM frameworks usually get a whole lot more complicated that they need to be.
The whole idea of MVVM is that your ViewModel should handle any and all logic, it makes sense then, that it should be the place to determine when and where to navigate to another view (Which is traditionally a page). Due to the way the navigation is built in Windows Phone, this tends to be quite difficult and because of this developers begin to make call backs to the view’s code behind to enable navigation. Once you start doing things like this you begin to couple your application back together and your use of MVVM begins to break down.
...
You can also follow us on Twitter @winphonegeek
Comments
Our Top Articles & Free books
- Our FREE e-book: "Windows Phone Toolkit In Depth" 2nd edition
- 400+ Windows Phone Development articles in our Article Index
- 21 WP7 Toolkit in Depth articles covering all controls
- 12 WP7 Coding4Fun Toolkit in Depth articles covering all controls
- Performance Tips when creating WP7 apps
- Creating a WP7 Custom Control in 7 Steps
- WP7 working with VisualStates: How to make a ToggleSwitch from CheckBox
- What makes a WP7 App successful
- Creating theme friendly UI in WP7 using OpacityMask
- Implementing Windows Phone 7 DataTemplateSelector and CustomDataTemplateSelector
- All about Splash Screens in WP7 – Creating animated Splash Screen
- Getting Started with Unit Testing in Silverlight for WP7
- WP7 WatermarkedTextBox custom control
Our Top Tips & Samples
- All about WP7 Isolated Storage series
- WP7 Dynamically Generating DataTemplate in code
- 5 tips for a successful WP7 Marketplace submission
- WP7: Navigating to a page in different assembly
- WP7 ContextMenu: answers to popular questions
- WP7 ListBox: answers to popular questions
- WP7 working with Images: Content vs Resource build action
- WP7 Element Binding samples
- WP7 working with XML: reading, filtering and databinding
- Drawing in WP7: #2 Drawing shapes with finger
- WP7 TextBox Light theme problems - the solution
- Changing the WP7 Panorama Background Image dynamically with Animation
