Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AndroidYoutubeList1

This Project is a demo program that shows how to configure a simple Youtube client in an Android application. This program is a resource for a short tutorial series i am making on how to use the Youtbe Data and Android Player API's in an Android app to search and play videos from youtube. I am making this tutorial as it is the one i was hoping to find when i undertook this project and so hopefully this will be of use to others wishing to do the same.

This project is an updated version of a tutorial i found showing how to build the same project in Eclipse. Here is the link to that original tutorial.

https://code.tutsplus.com/tutorials/create-a-youtube-client-on-android--cms-22858

Brief description of app functionality

-using user input to Send a search request and reciving/handeling a response using the Youtube Data API

-Displaying the search results in a ListView including thumbnail, video title, and video description

-upon selecting a video from the listview a new activity will open and play the selected youtube video.

useful links

//Youtube Data API client library download and gradle dependancy https://developers.google.com/api-client-library/java/apis/youtube/v3

//Google API Client Library for Java with Android neccessary dependancies https://developers.google.com/api-client-library/java/google-api-java-client/setup

//youtube android player API download: https://developers.google.com/youtube/android/player/downloads/

//Android youtube player tutorial: https://www.youtube.com/watch?v=W4hTJybfU7s

//google-api-services-youtube jar files https://jar-download.com/?detail_search=g%3A%22com.google.apis%22+AND+a%3A%22google-api-services-youtube%22+AND+v%3A%22v3-rev202-1.18.0-rc%22&a=google-api-services-youtube

notes

About

search and play Youtube videos using the Youtube Data API and Player API in an Android app

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages