Recent Posts
Xamarin Manchester User Group Talk
Last night I spoke at the Xamarin Manchester User Group. It was nice to see some familiar faces, and some new faces. Slides & Demos The slides from my ...
Fault Handling in Xamarin.Forms: Combining the Retry and Circuit Breaker Patterns
Previously, I’ve written about using the retry pattern to perform transient fault handling in Xamarin.Forms with Polly, and using the circuit breaker pattern...
Xamarin.Forms 2.5 and Local Context on Android
Previously I wrote about Xamarin.Forms 2.5 and local context in Android custom renderers. I briefly mentioned that Xamarin.Forms.Forms.Context is now obsolet...
Xamarin.Forms 2.5 and Local Context in Android Custom Renderers
If you’ve updated any of your solutions to use Xamarin.Forms 2.5, you may have noticed compiler warnings that say “Context is obsolete as of version 2.5. Ple...
Fault Handling in Xamarin.Forms: Circuit Breaker using Polly
Previously I wrote about about handling faults that take a variable amount of time to recover from, in Xamarin.Forms, and discussed an implementation of the ...