Custom implementation Simple Android Color picker (with source code)

Source: Internet
Author: User

In the process of writing Android app need a simple color selector, Android comes with ColorPicker and some of the online colorpicker are too high-end, have realized the color gradient function, I need not so complicated, just want to provide several colors for the user to choose. So you can customize the implementation of a simple colorselector, as follows

  

  

How to use this colorselector, see the following code:

  

Final Colorselectordialog ColorDialog = new Colorselectordialog (Mcontext, Mcolorvalues, mcolorposition); Colordialog.show (); Colordialog.setondismisslistener (new Ondismisslistener () {@Overridepublic void Ondismiss ( Dialoginterface dialog) {//TODO auto-generated Method stubmcolorselected = Colordialog.getcolor (); mcolorposition = Colordialog.getposition ();}});

Mcolorvalues and Mcolorposition specific is what, if you use the words will be clear, not much to say. Download the accessory if you need it.

Http://files.cnblogs.com/recwert/ColorSelector.rar

Custom implementation Simple Android Color picker (with source code)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.