Android SeekBar setProgress is causing my MediaPlayer to skip
问题 I'm trying to use a SeekBar to display both the length of a track played by a MediaPlayer class and to enable seeking within the track. Seeking within the track works well. However, updating the progress value using setProgress while the track is playing seems to cause a slight skip. In the onCreate method I create a Thread with a loop which updates the SeekBar's progress value for the current track. This loop resets when the track is changed. private void createProgressThread() {