在 Android 应用上使用 YouTube API

Using YouTube API on Android App

好吧,所以我有点进退两难。我构建了一个应用程序,它基本上只是一个包含精选 YouTube 视频的网站的容器。它内置于 Java 用于 Android。问题是,当我点击播放任何视频时,它使用了一个糟糕的 WebView 内置播放器,甚至没有展开按钮。它也没有我非常想要的 like/dislike 按钮。我的问题是,我可以在不更改网站的情况下使用 YouTube API 通过其播放器加载视频吗,因为它应该在没有任何 API 的情况下在桌面上使用。

提前致谢...

This should rightly match your requirements, this api provides different UI widgets, if you use Proguard then the apk size increase will be minimal from the library, you can find all the info on that website. Plus there is the demo video you can get the usage sample code here

编码愉快!