0
how do i use a seekbar to progress through an int array?
I am trying to use a seekbar to seek through an array but i cannot figure it out. Any idea?
1 Answer
+ 1
Maybe you can get the SeekBar progress value then use it to navigate through your array...