Skip to content
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

Open
AndroidDeveloperLB opened this issue Oct 25, 2015 · 9 comments
Open

Sample? #1

AndroidDeveloperLB opened this issue Oct 25, 2015 · 9 comments

Comments

@AndroidDeveloperLB
Copy link

Any sample would be nice... :)

@MarieSchweiz
Copy link
Collaborator

What do you mean by sample? A demo?
You can download our demo app in the google play store https://play.google.com/store/apps/details?id=com.larswerkman.lobsterpickerproject

@AndroidDeveloperLB
Copy link
Author

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]
wrote:

What do you mean by sample? A demo?
You can download our demo app in the google play store
https://play.google.com/store/apps/details?id=com.larswerkman.lobsterpickerproject


Reply to this email directly or view it on GitHub
#1 (comment)
.

@MarieSchweiz
Copy link
Collaborator

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.

@AndroidDeveloperLB
Copy link
Author

OK. I was just suggesting creating a demo for the library.

On Tue, Oct 27, 2015 at 12:03 AM, Marie Schweiz [email protected]
wrote:

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.


Reply to this email directly or view it on GitHub
#1 (comment)
.

@LarsWerkman
Copy link
Owner

@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.

@AndroidDeveloperLB
Copy link
Author

It's just a common thing to do.
I prefer looking at the demo code than instructions of how to create something, at least for starting to use something.
This way, it's easy to play with the code from the beginning, and learn how to use it without reading much.

@taimur97
Copy link

taimur97 commented Nov 1, 2015

@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.

@LarsWerkman
Copy link
Owner

@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)

@geekkoz
Copy link

geekkoz commented Dec 22, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants