Monthly Archives: January 2015

Xamarin Forms for Windows Phone devs – A brief introduction

Mobile cross platform development is one of the hottest topics nowadays. The market offers to consumers three major mobile platforms (iOS, Android and Windows Phone), each of them based on its own technologies, patterns and tools. iOS is based on … Continue reading

Posted in wpdev, Xamarin | Tagged , | Leave a comment

Prism and Universal Windows apps – Layout management

In the previous posts we’ve seen that one of the requirements to setup the Prism infrastructure is to change the Views in our application so that, instead of inheriting from the Page class, we inherit from the VisualStateAwarePage one. One … Continue reading

Posted in Universal Apps, wpdev | Tagged , , | Leave a comment