archko / YouTubePlayer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

base on YouTubePlaylist,https://github.com/akoscz/YouTubePlaylist.git player fork from https://github.com/bertrandmartel/youtubetv.git fix some bug,destroy webview when exit player

quickstart: https://developers.google.com/youtube/v3/quickstart/android?hl=zh-cn set keystore, packagename, enable youtube api, then run the project ,enjoy it. any question,email:archko@gmail.com/archko@sina.com

===============

A sample Android application which demonstrates the use of the YouTube Data API v3.

This sample app makes use of the YouTube Data API v3 classes to fetch a YouTube Playlist using the GetPlaylistAsyncTask which then extracts the list of Video's the playlist contains. The list of video's are then presented using a RecyclerView of CardView's in the YouTubeRecyclerViewFragment. The data binding of video details to CardView is handled by the PlaylistCardAdapter.

i add search, oauth2, subscription, playlistitems, channels api

About

License:Apache License 2.0


Languages

Language:Java 88.4%Language:HTML 11.6%