First questing - how to move slider thumb programmatically ?

My situation is: I have array of POJO objects, I want some how assign
array to slider.values = {} and this objects will have field, let say
'selected', if this field set to True, slider will move its pointer
toward that value. And visa-versa, if I move slider pointer to some
other value - that value field 'selected' will be set to True.

I hope I describe it clear ;)

Reply via email to