Which of the following gets the current value of the seek bar?

Which of the following gets the current value of the seek bar?








a. int volume = volumeSeekBar.getProgress();
b. int volume = volumeSeekBar.progress;
c. int volume = volumeSeekBar.getValue();
d. int volume = volumeSeekBar.value;










Answer: A


Android

Learn More Multiple Choice Question :