Xamarin.Forms CollectionView Alternating Row Colors

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 [crayon-65f9552b8381c933724762/] Using the Converter in XAML [crayon-65f9552b83825382337819/]There you go, nice and simple, easy to follow

By |2021-10-20T10:46:56+10:00October 15th, 2021|Categories: Xamarin.Forms|Tags: , , |2 Comments

Xamarin.Forms Custom WebView Headers (iOS WKWebView + Android WebView)

On a recent app I worked on, there was a requirement for authentication within a WebView.  For this to work custom request headers had to be sent through a Xamarin.Forms WebView.  This is quite standard for a lot of hybrid web applications.  I found some resources on the topic, however, all were quite outdated

By |2021-08-19T12:39:28+10:00August 19th, 2021|Categories: Xamarin, Xamarin.Android, Xamarin.Forms, Xamarin.iOS|Tags: , , , |0 Comments

Migrating to Android X: Another Attempt

Due to the expanding number of packages that require Android X (namely Xamarin.Forms 5) it is essential that you can get an old project compiling and running on Android X.  This can come as quite a challenge especially to massive projects that are quite old.  Anyone who has tried to use the built in

By |2021-07-01T15:29:16+10:00July 1st, 2021|Categories: Android, Xamarin, Xamarin.Android, Xamarin.Forms|Tags: , , , |0 Comments

Customising iOS Frame shadows in Xamarin.Forms 4.5+

Even with iOS 13 having been out for quite a while now and Xamarin.Forms 4.5+ bringing a lot of improvements and fixes, I still find myself having to customise things for different projects (usually for the same reason as some of my other other posts: Graphic Designers and marketing people 😂). One thing that was

By |2020-05-26T13:36:56+10:00April 7th, 2020|Categories: Apple, iOS, UI, Xamarin, Xamarin.Forms|Tags: , , , |8 Comments

Controlling iOS 13 modal presentation styles in Xamarin.Forms

With the official release of iOS 13, I've found that as I move some of the apps I work on up to targeting this that various UI components don't work as they used to. So far, this isn't nearly as much of an issue as the transition from iOS 6 to iOS 7 (for

By |2019-10-20T17:35:30+10:00October 18th, 2019|Categories: Apple, iOS, UI, Xamarin, Xamarin.Forms|Tags: , , , |7 Comments
Go to Top