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

More customization #1

Closed
webserveis opened this issue Jun 6, 2016 · 3 comments
Closed

More customization #1

webserveis opened this issue Jun 6, 2016 · 3 comments

Comments

@webserveis
Copy link

Great library!

In the next update I would like to be supported, for all values (int, floats, time, date etc..)

  • Set min value
  • Set max value
  • Set start value
@shchurov
Copy link
Owner

shchurov commented Jun 6, 2016

Hi @webserveis. Thanks for your feedback!

In my opinion supporting all those types would bloat API. However, I agree that there should be some more general type that can be easily converted to a required one. Most probably it's float (-1..1).
Another option is to integrate some type converter interface so the client can implement it by himself.

@shchurov
Copy link
Owner

shchurov commented Jun 7, 2016

Complete turn fraction support added in c1ee3cd

@shchurov shchurov closed this as completed Jun 7, 2016
@HBiSoft
Copy link

HBiSoft commented Aug 21, 2019

I agree that it would've been nice to have the option to set the minimum, maximum and current value. Currently, you are restricting the library to rotational implementations only. By adding this methods, the library can be used as a SeekBar and opens the door to so many implementations.

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

3 participants