I have the following code to take a video as a raw resource, start the video and loop it but I need the video to loop seamlessly as of now when it comes to an end of the clip an
In Kotlin simply use
videoView.setOnPreparedListener { it.isLooping = true }
Here is answer friends, you must use vv.resume in setOnCompletionListener class
vv.resume
setOnCompletionListener
[https://stackoverflow.com/a/27606389/3414469][1]