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
Quiz, Objective, Multiple Choice Question (MCQ), Test Bank Solution and Short Answers.