I'm developing a video player application for which the user has an option to seek to a particular location, but the problem is there is no setOnSeekCompleteListener
for VideoView,
So I am not sure if the seek operation that was requested has completed or not, and whether to start playback if it is complete.
Is there a way to implement a setOnSeekCompleteListener
with VideoView.
Thanks, Shrikant.