In this post, answering a StackOverflow question, I show how to write a custom renderer that disables the bounce effect on Xamarin.Forms iOS CollectionView
Barcodes are still very much present in our daily lives. In this post, we will look at how to implement a barcode scanner into our own Xamarin.Forms app.
In this post you can read about how to implement alternate row coloring on a grouped ListView in Xamarin.Forms. As a follow-up on my previous post about…
When 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.
Want to learn how to implement grouping in the Xamarin.Forms ListView control? You’ve come to the right place. This post shows you how to implement it.