Android Music Seekbar is not working (Idle)
问题 I am playing mp3 file from url, but SeekBar is not updating while playing song. When i am trying to move forcefully then song playing from start. Below code i am using to play and update SeekBar. I wanted to create a seekBar that track the progress of a mediaplayer but it doesnt work out quite well, the music is playing but the seekbar stay idle. Is there something that I left out? I think i am not not calling updateSeekBar() method from correct position...so Tried by change position of