While working on automated UI tests for a Xamarin app, I ran into the limitation that there was no apparent way to pick date and time. Here’s how to do it.
My daily dev machine is a Mac, so I had to find out how to deploy an ARM Template from PowerShell on Mac. In this post, I will share with you my findings.
I wanted to run my app on a physical device, but couldn’t, while on the Simulator it went fine. In this post, read what the problem is and how to solve it.
A new feature is merged into the Xamarin.Forms repo. TextColor on the TableSection. With this, you can specify the color of the text used in a TableSection.
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.