[forms-devel] Add Color picker

Michael Ridland rid00z at gmail.com
Tue Aug 16 07:31:40 UTC 2016


In my experience Color Pickers are used in less than 10% of apps, a color
picker should not be part of Xamarin.Forms.

If you want to have a color picker then you can put it into a nuget package
as a plugin.

We just did one a plugin today for image cropping, no need for it to be in
Xamarin.Forms whatsoever.
https://github.com/XAM-Consulting/Xam.Plugins.ImageCropper
https://www.nuget.org/packages/Xam.Plugins.ImageCropper/

Thanks

*Michael Ridland | Technical Director | Xamarin MVP*

XAM Consulting - Mobile Technology Specialists

www.xam-consulting.com

Blog: www.michaelridland.com


*Michael Ridland | Technical Director | Xamarin MVP*

XAM Consulting - Mobile Technology Specialists

www.xam-consulting.com

Blog: www.michaelridland.com



On Tue, Aug 16, 2016 at 2:15 PM, 임충렬 <darkleem at naver.com> wrote:

> Hello
>
>
> I'd like to add a widget that allows the developer to select the color.
>
> This widget is normally called 'ColorPicker'.
>
>
> As most applications need user input,
>
> selecting the color will be essential for many scenarios.
>
> I suggest supporting the view which returns the value of the selected
>
> color on the palette by the user.
>
> This will enhance the usability.
>
>
> Best Regards
>
> Thanks
>
> _______________________________________________
> forms-devel mailing list
> forms-devel at lists.dot.net
> http://lists.dot.net/mailman/listinfo/forms-devel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.dot.net/pipermail/forms-devel/attachments/20160816/8a80a6c5/attachment-0001.html>


More information about the forms-devel mailing list