

Recent
Pick Date/Time in Xamarin UITest
·2 mins
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.
Zooming the Android WebView in Xamarin.Forms
·3 mins
Oops, I did it again… Another PR got merged into Xamarin.Forms, this time adding the ability to set op zooming on the WebView on Android.
ARM Template Deployment from PowerShell on Mac
·10 mins
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.
Adding TitleColor to Your Picker in Xamarin.Forms
·4 mins
In this post, I will show you how to use the new TitleColor property on the Picker control in Xamarin.Forms and show you what it does exactly.
Refresh Indicator for ListView Color in Xamarin.Forms
·2 mins
For a project, I needed to change the color of the refresh indicator which is shown when you pull to refresh on a ListView in Xamarin.Forms.