-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sample? #1
Comments
What do you mean by sample? A demo? |
nice, but still, could be nice to see the sample in open source... On Mon, Oct 26, 2015 at 7:53 PM, Marie Schweiz [email protected]
|
The whole library is open source, feel free to fork it. The application itself is not available as open source repository and we do not plan to make it one. |
OK. I was just suggesting creating a demo for the library. On Tue, Oct 27, 2015 at 12:03 AM, Marie Schweiz [email protected]
|
@AndroidDeveloperLB maybe you could explain to me what's unclair to you? So that I can update the decumentation or add an simple demo app. |
It's just a common thing to do. |
@LarsWerkman @MarieSchweiz Sorry I can't understand how to use the returned value. When I get the current selected value it returns a negative value. How can I store it and set it as the background color of an imageview. in the sample app it shows three types of values are returned hex, rgba and hsv. I want to get the hex value. |
@taimur97 The getColor() method returns an Integer. To display an Integer as a hex you can use: Integer.toHexString(value), to set it as an background just do something like view.setBackgroundColor(value) |
Hi, i think what @AndroidDeveloperLB means its that it would be nice to have the code of the demo app so it can be more clear for users to see the code working, also it would be nice to have the Dialog Fragment inside the library itself. |
Any sample would be nice... :)
The text was updated successfully, but these errors were encountered: