Recent Posts

OAuth 2.0 for Native Apps using Xamarin.Forms

2 minute read

About two years ago I wrote some samples that demonstrate using Xamarin.Forms to implement OAuth 2.0 for Native Apps. This spec represents the best practices...

Creating a Hyperlink in Xamarin.Forms II

2 minute read

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...