Top

skiasharp Tag

Use SkiaSharp and Xamarin Forms to create your own bindable controls

Working with Xamarin Forms is great, as itโ€™s easy to create user interfaces that work in any of the supported platforms. It also provides mappings for most common controls such as labels, images, buttons, etc. keeping each platform look and feel. We can create complex controls in our applications combining these elements, that also could be reusable along our application or even be reused in many projects.   In this article, we are going to present a way to create controls using SkiaSharp, as sometimes our projects require some non-standard controls as plots, elements with gradients, etc. As you may know, SkiaSharp is a 2D drawing library over Skia graphics, works on .NET and we can use it from C# ๐Ÿ˜Š. To...

Working with Xamarin Forms is ...

Read More