I am using this library for range seekbar.
I wish to set a value when the view is loaded and i am using this code.
rangeSeekbar_exp.setMinStartValue(seekerActivity.filter_sort.min_exp);
but it is not reflecting in the view.
I think by using the .apply() method at the end should do the trick.
Hope it helps..!!