simple-range-view
simple-range-view copied to clipboard
Continous updates from onRangeChanged
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.
Hello @Querschlag! You can use rangeView.setOnTrackRangeListener()
for that.
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.