I want to make an "if" acoording progress's value but int progress is apparently only inside
onProgressChanged(SeekBar seekBar, int progress, boolean fromUser)
I'd like to use this progress inside
onStopTrackingTouch(SeekBar seekBar)
I saw this quetsion: get progress in onStopTrackingTouch not onProgressChanged in seekbar
But it didn't answer my question and I'm not allowed to make a comment there...
I found how to do that:
getProgress()