Customizing youtube player view in android

android, youtube-api

Solution

I don't know what kind of style you want, but you can use YouTube Player as Activity or Fragment or a View.

So you can basically customise your player easily with new YouTubePlayer API

If you want some simple youtube player with fullscreen (no titlebar mode), You are welcome to use my code!!

This source handle "Orientation Problem", "Media Volume Problem", "Youtube Url Parsing Problem"

Here is open source library

https://github.com/TheFinestArtist/SimpleYouTubePlayer

This is sample codes

https://gist.github.com/TheFinestArtist/5545437

I also made sample app you can download

https://play.google.com/store/apps/details?id=com.thefinestartist.simpleyoutubeplayer

Problem

i am using an youtube player api of google to play youtube videos, it specifies three different styles of player view, is this any way to customize the player view in android. Thank you

Original source