Recent Posts
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 ...
Connecting to localhost over HTTPS from simulators and emulators (revisited)
Last year, I wrote about how to connect to localhost over HTTPS from iOS simulators and Android emulators. Connecting to localhost web services that run over...
Combining Xamarin.Essentials WebAuthenticator with IdentityModel.OidcClient
Previously I wrote about using the Xamarin.Essentials WebAuthenticator class to initiate an authentication flow with IdentityServer, and wait for a callback/...