AnderWeb / discreteSeekBar

Apache License 2.0
2.11k stars 400 forks source link

Can we use setOnSeekBarChangeListener? #13

Closed Telpr2 closed 9 years ago

Telpr2 commented 9 years ago

Hi I am new to android. Just checked your library. Can we use setOnSeekBarChangeListener in your seekbar? If so how? Awaiting your response at the earliest. Thanks in advance.

ignaciogs commented 9 years ago

Use the setOnProgressChangeListener method

Telpr2 commented 9 years ago

Thank you. Can we tilt the balloon left or right as per the pull? If so how to go about with this?

Telpr2 commented 9 years ago

I meant the marker.... Can we tilt it? Awaiting for earliest response.

Telpr2 commented 9 years ago

Can anyone help me in clearing this doubt?

AOrobator commented 9 years ago

I don't think so. If you wanted to do that yourself, you'd have to code it yourself and then do a pull request

Telpr2 commented 9 years ago

Sorry couldn't get your reply. Can you please explain me how to go about with that?

tobyworks commented 9 years ago

the onprogresschanged listener does not have a start tracking and end tracking. How can we enable this or achieve the same effect

ignaciogs commented 9 years ago

I think that you can add a new method to the public interface (OnProgressChangeListener) or create a new interface and call those new methods in startDragging and stopDragging methods. But I'm not sure that's the best solution

AnderWeb commented 9 years ago

Closing as the Listener interface already has the tracking methods