views:

2281

answers:

2

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 has a wheel with colors, and that you tap in the center to select, but I'm not sure where to find it. Google brings up nothing. Any color picker would be fine though.

Thanks.

+10  A: 

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

http://developer.android.com/intl/zh-TW/resources/samples/ApiDemos/src/com/example/android/apis/graphics/ColorPickerDialog.html

mbaird
Just to be clear, this is a custom widget and not something built into the API.
jleedev
Thanks a bunch.
GuyNoir
That color picker has now been adapted into a standalone app that can be used with Intents: http://stackoverflow.com/questions/1542806/android-color-picker-updating-color-array/2727284#2727284
kostmo
A: 

A rather advanced one from OI Flashlight is here.

alex