Android Color Picker [closed]

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.


The wheel color picker that you are talking about is in the API Demos.

https://android.googlesource.com/platform/development/+/master/samples/ApiDemos/src/com/example/android/apis/graphics/ColorPickerDialog.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)