I have a problem that I want to check whether a video gets all finished playing or not. Means we want a state where video gets all finished playing means it reached to the end of the video.
Give me any suggestion related to this problem.
Thanks in advance.
Implement
OnCompletionListenerin your activity like this:when you will implement this, eclipse will add a new method “
onCompletion” in your class:after this set the onCompletionListener for your videoview like this:
Hope this helps!!