I need to get the progress time of the video that is played in \"VideoView\"(ie the time shown in the left hand side in progress bar).
Any help will really be apprec
You can use getCurrentPosition() and getDuration()to calculate the progress.
getCurrentPosition()
getDuration()