Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Native Xamarin: When Xplat is not enough

Jon
November 12, 2019

Native Xamarin: When Xplat is not enough

XPlat is great! Xamarin.Forms, Essentials, and all the Plugins make the reality of shared code very real! However, sometimes you still need to go deeper into native. In this talk, we look at Dependency Services, Custom Renderers, and Bindings to iOS and Android native libraries.

Video: https://www.youtube.com/watch?v=NyqxScrnJKw
Code: https://github.com/Redth/Talks/tree/master/2019.11.12-Xamarin.Native.When.Xplat.is.Not.Enough

Jon

November 12, 2019
Tweet

More Decks by Jon

Other Decks in Programming

Transcript

  1. Sometimes, it’s not enough •api’s without an available abstraction •calling

    platform specific code from shared •integrating existing native libraries / sdk’s •doing something non-standard (^ you might be doing it wrong!)