Recent Posts
Accessing Image Pixel Data in a Xamarin.Forms App
As a Xamarin employee, I spend a lot of my time writing code and content that ultimately ends up on the Xamarin Developer Center. Because of this, it’s not o...
Prism for the Windows Runtime Templates for Visual Studio 2015
I was recently asked if I had any plans to update the Prism WinRT templates to support VS2015. To be honest I was surprised that anyone is still using Prism ...
Revisiting Prism for Xamarin.Forms
Previously I wrote about how to create a flexible and maintainable Xamarin.Forms app with Prism. In the last month Prism for Xamarin.Forms has undergone some...
Creating a flexible and maintainable Xamarin.Forms app with Prism
Prism, a set of libraries developed by Microsoft, helps you to design and build apps using loosely-coupled components that can evolve independently but that ...
Creating a Xamarin.Forms app that uses the MVVM pattern
The MVVM pattern is well documented, and is used to cleanly separate the responsibility for the appearance and layout of the UI from the responsibility for t...