I managed to get 2 PRs merged in Xamarin.Forms that squash two bugs for UWP using Xamarin.Forms. In this post, I will give you insight how I fixed them.
For a PR on the Xamarin.Forms repository, I implemented all platforms but Tizen. In this post, I will show you how to get started with Tizen on your Mac.
A PR just got merged into the Xamarin.Forms repository. With this, you can disable toggle scrollbars for the ListView with the ScrollBarVisibility enum.
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.
Another PR got merged into the Xamarin.Forms repository. This time, adding a new feature on a Label, the ability to specify MaxLines. More info in this post
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…
Let me tell you about a new feature in Xamarin.Forms, the LogWarningsToApplicationOutput. This new property allows you to see data binding errors in debug.
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.