-
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
Tag Archives: Xamarin
Prism for Xamarin Forms – Handling platform specific code (Part 4)
Xamarin Forms is cool because it allows to share not just the business logic but also the user interface, unlike the traditional Xamarin approach, which requires to create multiple projects with its own user experience and features. However, at some … Continue reading
Prism for Xamarin Forms – Advanced navigation (Part 3)
In the previous post, we’ve expanded a bit our original sample application, by creating a service to interact with the APIs offered by the TrackSeries website, by using it to populate some data in the app and, in the end, … Continue reading
Prism for Xamarin Forms – Basic navigation and dependency injection (Part 2)
In the previous post we’ve started to see the basic concepts on how to leverage the new version of Prism (6.2) to implement the MVVM pattern in a Xamarin Forms app. So far, we haven’t seen nothing special that we … Continue reading
Prism for Xamarin Forms – An overview (Part 1)
Even if I understand that it may not be the right technology for every project, I’m a huge fan of Xamarin Forms. As you’ll probably know if you follow my blog, I’m a Windows Developer and Xamarin Forms allows me … Continue reading
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