Create a radial menu in Xamarin using SkiaSharp & FontAwesome
In this excersize I will teach you how to create a radial menu in a Xamarin.Forms application. The concept you will learn from this tutorial will give you the skills to create new 2D pickers of any design! To make this happen we need a 2D graphics system to help us draw this shape. SkiaSharp …