Set the current progress to the specified value. Does not do anything if the progress bar is in indeterminate mode. Parameters: progress the new progress, between 0 and getMax()
1. Find a SeekBar using ID
3. Seekbar.setMax
mySeekBar.setProgress(intCurrentPosition);
5. Compile and run!
Resources:
http://developer.android.com/reference/android/widget/ProgressBar.html#setProgress(int)
http://united-coders.com/nico-heid/an-android-seekbar-for-your-mediaplayer/
http://stackoverflow.com/questions/16163431/android-mediaplayer-audio-seekbar