I loaded my YouTube video using YouTubePlayerView in my activity. Once loaded i want to press Play button to play the video.
I want to auto play then YouTube video, is any possibilities to auto play the video in android activity?
I loaded my YouTube video using YouTubePlayerView in my activity. Once loaded i want to press Play button to play the video.
I want to auto play then YouTube video, is any possibilities to auto play the video in android activity?
loadVideo(youtube_id);
this will buffer the video and autoplay it, also make sure you won't have any view to overlay the YoutubeMediaPlayer because it will stop