Recent Posts
What’s new in CollectionView in Xamarin.Forms 4.2?
Xamarin.Forms 4.2 was released this week, and includes a number of updates to CollectionView. The main updates are outlined below. Data CollectionView now su...
Frequency filtering with Xamarin.Forms and SkiaSharp
Previously, I wrote about performing convolution in SkiaSharp. I used the CreateMatrixConvolution method from the SKImageFilter class to convolve kernels wit...
Cross-platform imaging with Xamarin.Forms and SkiaSharp II
Previously, I wrote about combining Xamarin.Forms and SkiaSharp to create a cross-platform imaging app. SkiaSharp offers a number of different approaches for...
Cross-platform imaging with Xamarin.Forms and SkiaSharp
Back in the Xamarin.Forms 1.x days, I attempted to show the power of Xamarin.Forms development by writing a cross-platform imaging app. This was a mistake. W...
OAuth 2.0 for Native Apps using Xamarin.Forms
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...