Working with Effects in Xamarin.Forms4 January 2017·6 minsInstead of writing custom renderers, you now have the possibility to customize the Xamarin.Forms behavior with Effects. In this post we will learn how.
Embedding native controls in your Xamarin.Forms app11 November 2016·6 minsYou can now use native controls, which might not be available on all platforms, from shared code. Even from XAML! In this post I will teach you how.