-1
votes
2answers
920 views

Getting dialog when click on button

Can anybody tell me, how to get a dialog popup (ColorPickerDialog) when i click on Button. Code from comments: Button color = (Button)findViewById(R.id.color_button); ...
0
votes
1answer
764 views

Anyone have a better color picker?

Most color pickers out there (Such as the API demo, CWAC-Colormixer, and other freebies) just let you pick a color and offer few or no supporting features, such as History of previously chosen ...