UdaraAlwis / XFColorPickerControl

An interactive and responsive Color Picker Control for Xamarin.Forms based on SkiaSharp!
GNU General Public License v3.0
27 stars 10 forks source link

How i can use this in Xamarin.Android? #1

Closed CDrosos closed 4 years ago

CDrosos commented 4 years ago

Hello, great work in this plugin, im wondering how i can use it in my Xamarin.Android project, can you assist me on that?

UdaraAlwis commented 4 years ago

Thank you for the feedback. This library uses SkiaSharp for Xamarin.Forms in the core. If you could set up SkiaSharp in your Xamarin.Android project, then you can use the same implementation there as well. Simply copy and paste of the SkiaSharp related logic should do the trick I suppose! ;) But as of now this library won't be supporting Xamarin.Android :) Cheers!