Blog Posts — .NET MAUI, GitHub Copilot & AI Development
2017
Working with Effects in Xamarin.Forms
·6 mins
Instead of writing custom renderers, you now have the possibility to customize the Xamarin.Forms behavior with Effects. In this post we will learn how.
2016
Embedding native controls in your Xamarin.Forms app
·6 mins
You 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.
3D Touch your Xamarin(.Forms) app: apply pressure to icon area
·7 mins
This post will teach you how to add 3D touch to you Xamarin.Forms iOS app. With 3D Touch you can deep-link into your iOS app from the app icon.