Alternate Row Color in Xamarin.Forms ListView19 July 2018·3 minsWhen browsing on StackOverflow, I came across a question on how to set an alternate row color on a ListView. I implemented it with a DataTemplateSelector.
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.