Android Color Picker

JavaAndroidColors

Java Problem Overview


Does anyone know of a quick color picker widget that I could grab to use in my application?

I've seen one in a few different applications that have a wheel with colors, and that you tap in the center to select, but I'm not sure where to find it.

Any color picker would be fine though.

Java Solutions


Solution 1 - Java

Solution 2 - Java

Created ColorPickerPreference to use in preferences. Used above submitted color-picker-view can find it here: https://github.com/attenzione/android-ColorPickerPreference

Also will share similar ColorPickerPreference with Rotary Picker (used it before)

Solution 3 - Java

This one from Yuku ( http://code.google.com/p/android-color-picker/ ) is really kewl. It's open source under Apache license, and is much nicer than the Android sample one. It's also a library project, so it's really simple to integrate. I've just added it last week to DigiClock widget, and so far my users are impressed!

Solution 4 - Java

You can use CommonsWare's cwac-colormixer.

It's an android library now! :)

Solution 5 - Java

A rather advanced one from OI Flashlight is here.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionKleptineView Question on Stackoverflow
Solution 1 - JavaMark BView Answer on Stackoverflow
Solution 2 - JavaAttenzioneView Answer on Stackoverflow
Solution 3 - JavaDavidGView Answer on Stackoverflow
Solution 4 - JavaMacarseView Answer on Stackoverflow
Solution 5 - JavayanchenkoView Answer on Stackoverflow