-
Recent Posts
Recent Comments
- qmatteoq on Prism for Xamarin Forms – Handling platform specific code (Part 4)
- prakashdaleyardi on Prism for Xamarin Forms – Handling platform specific code (Part 4)
- qmatteoq on Migrate your Windows 8 apps from Release Preview to RTM
- Arockia jenitha on Migrate your Windows 8 apps from Release Preview to RTM
- qmatteoq on Prism for Xamarin Forms – Handling platform specific code (Part 4)
Archives
- November 2023
- September 2016
- August 2016
- February 2016
- January 2016
- December 2015
- October 2015
- September 2015
- August 2015
- January 2015
- December 2014
- November 2014
- July 2014
- June 2014
- April 2014
- March 2014
- January 2014
- December 2013
- November 2013
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
Tag Cloud
- App Studio
- Async
- Azure
- Caliburn
- Database
- Fast App Resume
- Funambol
- GDR3
- Mangopollo
- Maps
- Microsoft
- MVP
- MVVM
- Nokia
- Panorama
- Prism
- Skydrive
- SQLite
- Telerik
- Template10
- Unit testing
- Universal Windows Platform
- Windows
- Windows 8
- Windows 10
- Windows Phone
- Windows Phone 8
- Windows Phone Week
- wpdev
- WP Dev Fusion
- Xamarin
- Xamarin Forms
Categories
Awards
Monthly Archives: February 2013
First steps with Caliburn Micro in Windows Phone 8 – Advanced navigation and deep links
In one of the previous posts about Caliburn Micro we’ve explored how navigation is managed in a Windows Phone application developed using MVVM. In this post we’re going to cover some advanced scenarios, like intercepting the navigation events and working … Continue reading
First steps with Caliburn Micro in Windows Phone 8 – Tombstoning
Tombstoning is the joy and the pain of every Windows Phone developer: it’s a joy because it’s a really smart mechanism to manage the suspension process of an application and to “simulate” that an application has never been closed. But … Continue reading
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
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
First steps with Caliburn Micro in Windows Phone 8 – The first project
In the previous post we’ve seen the theory behind the Caliburn Micro project and why is different from other toolkits (like MVVM Light) that are available to implement the MVVM pattern in a Windows Phone application. In this post we’ll … Continue reading