I want the SeekBar progress to change whenever I click a button. Using setProgress() works only for initial value. It throws an error if I use it
SeekBar
setProgress()
You can also use :
mSeekBar.refreshDrawableState();
after you set progress .