How to determine when a YouTube video ends in YoutubeStandAlonePlayer using google api for a Youtube player, do I need to end the player and write instructions after that after the video ends?
Intent intent = YouTubeStandalonePlayer.createVideoIntent(
mActivity , DEVELOPER_KEY, VIDEO_ID, startTimeMillis, autoplay, lightboxMode);
startActivity(intent);
source
share