-
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: January 2015
Xamarin Forms for Windows Phone devs – Dependency injection with MVVM Light
In the previous post we’ve seen how Xamarin Forms offers an easy way to manage dependency injection, so that you can support the different ways how some features are managed on every platform. This way, you can use a common … Continue reading
Xamarin Forms for Windows Phone devs – Dependency injection
If you’re already worked with Windows Phone and Windows Store applications and, especially, with the MVVM pattern, you should be familiar with the dependency injection concept. In a typical application, when you need to use a class, you simply create … Continue reading
Xamarin Forms for Windows Phone devs – Using the MVVM pattern
We’ve already talked many times about the MVVM pattern on this blog and how to implement it in Windows Phone 8 apps using Caliburn Micro or in Universal Windows apps with Caliburn Micro and Prism. The Model-View-ViewModel pattern is very … Continue reading
Xamarin Forms for Windows Phone devs – Navigation and application lifecycle
One of the core concepts when you create a mobile application is navigation: it’s unlikely that an app is made by just one page, so you need to provide a way to the user to move from one page to … Continue reading
Xamarin Forms for Windows Phone devs – The first project
In the previous post, we’ve seen a brief introduction to Xamarin and Xamarin Forms. In this post we’ll start to play for real with a Xamarin Forms project. Creating the project After you’ve installed the Xamarin Tools, you’ll find a … Continue reading