0

如何在 Android 原生播放器中播放 YouTube 视频?如果有人实现了这一点,请告诉我方法。

4

3 回答 3

0

您可以在此处查看 API: https ://developers.google.com/youtube/android/player/downloads/

然后您需要注册您的应用程序(获取 API 密钥) https://developers.google.com/youtube/android/player/register

然后您可以简单地将所需的方法添加到您的活动中: https ://developers.google.com/youtube/android/player/reference/com/google/android/youtube/player/YouTubePlayerView

还有 createPlayVideoIntentWithOptions,它会打开设备上安装的原生 youtube 应用程序

public static Intent createPlayVideoIntentWithOptions (Context context, String videoId, boolean fullscreen, boolean finishOnEnd)
于 2013-10-23T06:51:03.283 回答
0

http://apiblog.youtube.com/2012/12/no-webview-required-with-native-youtube.html

也许这个链接会有所帮助?有各种 API 可以为您实现这一目标。

API是应用程序接口的缩写,是一组用于构建软件应用程序的例程、协议和工具。一个好的 API 可以通过提供所有的构建块来更容易地开发程序。然后,程序员将这些块放在一起。这个 API 尤其应该为您提供最好的帮助。

于 2013-10-23T06:49:53.347 回答
0

试用以下链接; http://www.androidhive.info/2014/12/how-to-play-youtube-video-in-android-app/

这是一步一步的教程。

于 2016-10-11T18:56:48.843 回答