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
Try
SeekBar.setProgress(0); SeekBar.setMax(100);
after the mediaPlayer.start();