apptik / MultiSlider

Multi functional slider/seekbar( / rangebar / scrubber) for Android
Apache License 2.0
320 stars 80 forks source link

How to make this seek with audio? #93

Closed marc-lassiter closed 6 years ago

marc-lassiter commented 6 years ago

Is there a slidingSeekBar.setOnSeekBarChangeListener type of function like with regular android seekBar?

bmx666 commented 6 years ago

@MarcVertigo try OnThumbValueChangeListener

marc-lassiter commented 6 years ago

@bmx666 Hey thanks for the response. OnThumbValueChangeListener is when you drag the thumb right? I'm looking to seek the thumb with music.

bmx666 commented 6 years ago

@MarcVertigo look at README section in the activity/fragment code add