Very quick Xamarin How-To this week with a simple converter. Alternating row colours in a CollectionView is quite often a design requirement and I wanted to create a simple, reusable converter to solve this.

The Converter

Using the Converter in XAML

There you go, nice and simple, easy to follow and reuse! As always full source code available here.