Recent Posts
Adventures in ARKit - platform setup
Lee Englestone has recently written a book about developing augmented reality apps using ARKit on Xamarin.iOS. It piqued my interest so I bought it. His book...
Process navigation data using IQueryAttributable in Xamarin.Forms Shell apps
I recently discovered, courtesy of @PureWeen, another mechanism for receiving navigation data in Xamarin.Forms Shell apps. If you write Shell apps, you’ll kn...
Display SVGs as TabbedPage tab icons in Xamarin.Forms
A common question that Xamarin.Forms users ask is “how the hell do I get my TabbedPage to display SVG-based tab icons?” A quick look at the TabbedPage doc re...
Wavelet-based image upscaling
Last summer I wrote several blog posts about performing cross-platform imaging using Xamarin.Forms and SkiaSharp. My first post talked about accessing image ...
Connecting to localhost over HTTPS for (Xamarin) Android release builds
I've previously written several posts about connecting to localhost HTTPs services from Xamarin apps running on simulators and emulators. Over time this has ...