Xamarin.Forms RowDefinition & ColumnDefinition through binding31 July 2020·2 minsThis quick and dirty post shows you how to use Grid RowDefinitions or ColumnDefinitions with data-binding from XAML in Xamarin.Forms
Create a Google Chromecast app with Xamarin.Forms in under 10 minutes24 June 2020·3 minsIn this post we learn how we can setup a simple Xamarin.Forms app and add a NuGet library that will let us communicate with Google Chromecast devices
Detecting binding errors with LogWarningsToApplicationOutput in Xamarin.Forms31 July 2018·3 minsLet me tell you about a new feature in Xamarin.Forms, the LogWarningsToApplicationOutput. This new property allows you to see data binding errors in debug.
Implementing value converters with IValueConverter for Xamarin.Forms4 July 2017·4 minsWhen using XAML the IValueConverter might be needed for values that aren’t directly of the required type. This post teaches you how to implement them.
Boosting Your Productivity with MFractor13 June 2017·5 minsMFractor is a great addition to the Xamarin and Xamarin.Forms tooling on Mac. This post shows you why that is and why you need this.