Gear61 / tcg-android-archive-and-feedback

Code archive of the last local Tech Career Growth Android app
32 stars 6 forks source link

Play YouTube videos with their API #16

Closed Gear61 closed 2 years ago

Gear61 commented 2 years ago

Codepath: https://guides.codepath.com/android/Streaming-Youtube-Videos-with-YouTubePlayerView Official docs: https://developers.google.com/youtube/android/player/

Gear61 commented 2 years ago

The API is terrible - Both the fragment and activity are on legacy (pre-support library). You also need an an API key and YouTube Data API v3 to use it, which has a quota of just 10k call per day. Complete trash. We are sticking with WebView for a while.