Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android: advanced ColorPickerDialog

I'm looking for an advanced Android color picker dialog. The standard color picker from the API Demos and examples from this post aren't quite acceptable to me. I'd like it to look like this: this image. Are there any open source color pickers that look like that?

UPDATE: My primary goal is to make the Color Picker easy to use: it'd be great if the user only needs to click once to pick any color, and all possible colors are represented. The Color Pickers from the examples I've mentioned require two clicks to pick a color and are too complicated for the average user.

like image 330
Yury Pogrebnyak Avatar asked Sep 03 '12 15:09

Yury Pogrebnyak


2 Answers

This one looks pretty close to what you want, and is FOSS: https://github.com/LarsWerkman/HoloColorPicker

enter image description here

like image 58
CjS Avatar answered Nov 09 '22 04:11

CjS


how about this solution ?

look at the screenshot:

enter image description here

source code here .

like image 6
android developer Avatar answered Nov 09 '22 02:11

android developer