Search code examples
androidyoutube-apiandroid-youtube-api

Working with the Youtube-Api


I have several Tutorial Videos on Youtube and i want to include them into my Application. So i have a fix set of Youtube-URL's.

I want to show a list of these videos for that i somehow need to get the thumbnail, the title and the description of each Youtube-URL and to show it. When the user clicks on a item of the listview i want the selected youtube video to be played inside my application.

Unfortunately i cant find example which are showing how to achieve these things. playing youtube videos is easy but i dont know how to get the thumbnail, title and descritpion of given youtube url's.


Solution

  • Please follow the link . They have very nice demo and explanation .