Jyosna
Jyosna

Reputation: 4446

android how to work with color picker Dialog

I have an app where i am able to draw on screen. I want option menu color chooser option should be there. by choosing color from there will able to draw using that color. So i want to put a colorPicker dialog there how can I use that plz give me some sample example.

(I go through ColorPicker available in android developer resources but I want some customize and how to use within an avtivity)

Thank you

Upvotes: 1

Views: 7811

Answers (2)

lomza
lomza

Reputation: 9706

For those who want a fragment solution, I have made a fork of android-color-picker where DialogFragment is used and is re-created on configuration change. Here's the link: https://github.com/lomza/android-color-picker

Upvotes: 0

timothyjc
timothyjc

Reputation: 2228

I like this one most: http://code.google.com/p/android-color-picker/

Upvotes: 3

Related Questions