A sample Android application which demonstrates the use of the YouTube Data API v3 This sample app makes use of Picasso for downloading and caching the video thumbnails. It also attemps to use etag-cache to optimize network load.
- Register your application with the Google Developer Console
- Edit ApiKey.java and enter your applications "Browser Key"
NOTE: You MUST have a valid API key for this sample application to work. When you register your application with the Google Developer Console you need to enable the YouTube Data API. Also, you need to register a Web Application NOT an Android application because the API key that this sample app uses is the "Browser Key".
- [com.android.support:support-v4:19.0.0]
- [com.android.support:appcompat-v7:+]
- com.squareup.picasso:picasso:2.1.+
- com.google.code.gson:gson:2.2.+
- com.github.kevinsawicki:etag-cache:0.6