I am new to the android. I want to find the end of the video.I am using VideoView to play the video in android.Now the requirement is,"After completing the playing the video in videoview, it automatically invoke the another Ac开发者_如何学Gotivity" How can I achieve this requirement in android?
Thanks.
Read the API. setOnCompletionListener.
精彩评论