如何在我的 android 应用程序中播放 youtube 视频
how to play you tube video within my android application
我已经在我的 android activity 中放了一张照片。当用户点击该图片时,我希望你的管视频应该在我的应用程序中播放。
目前,它将用户重定向到您管的应用程序或浏览器。
您可以使用 YouTube Android 播放器 API,它使您能够将视频播放合并到您的应用程序中。
可以download the API client library, register your application in the Google Developer console and there are some sample application可以关注
可以在开发者门户网站上找到更多详细信息:https://developers.google.com/youtube/android/player/
我已经在我的 android activity 中放了一张照片。当用户点击该图片时,我希望你的管视频应该在我的应用程序中播放。
目前,它将用户重定向到您管的应用程序或浏览器。
您可以使用 YouTube Android 播放器 API,它使您能够将视频播放合并到您的应用程序中。
可以download the API client library, register your application in the Google Developer console and there are some sample application可以关注
可以在开发者门户网站上找到更多详细信息:https://developers.google.com/youtube/android/player/