simple-range-view icon indicating copy to clipboard operation
simple-range-view copied to clipboard

Continous updates from onRangeChanged

Open Querschlag opened this issue 8 years ago • 2 comments

It would be cool to have an additional property on the range view to make OnChangeRangeListener calls continuous and thus firing while moving the range line not just after the dragging gesture finished.

Querschlag avatar Jan 13 '17 14:01 Querschlag

Hello @Querschlag! You can use rangeView.setOnTrackRangeListener() for that.

bendikv avatar Jan 25 '17 12:01 bendikv

You are right. Although I can only implement onStartRangeChanged or onEndRangeChanged, otherwise I will end up with two calls. In my case (just moving the range) this would not be optimal.

Querschlag avatar Jan 26 '17 13:01 Querschlag