Recent Posts
Using the Retry Pattern with Azure Storage from Xamarin.Forms
Back in 2017 I wrote about transient fault handling in Xamarin.Forms applications with the retry pattern. Transient faults include the momentary loss of netw...
Creating a Hyperlink in Xamarin.Forms II
Previously, I wrote about creating a hyperlink in a Xamarin.Forms app by adding a TapGestureRecognizer to the GestureRecognizers collection of a Span, and se...
Xamarin.Forms Compiled Bindings FAQ
We recently announced compiled bindings for Xamarin.Forms. Bindings aren’t cost efficient because they are resolved at runtime using reflection. In some scen...
Creating a Hyperlink in Xamarin.Forms
Creating a hyperlink in a Xamarin.Forms app has traditionally involved writing an effect or custom renderer, and having to provide platforms implementations ...
Binding a Collection to a FlexLayout IV
Previously, I explained how to extend the ExtendedFlexLayout class so that it can bind to collections that change at runtime, with the changes being reflecte...