播放YouTube视频在全屏模式下在我的Andr​​oid应用程序我的、全屏、应用程序、模式下

2023-09-08 09:38:05 作者:~ り 无可救药の

我使用下面的code在我的应用程序播放YouTube视频。

I am using the following code to play youtube videos in my app.

startActivity(new Intent(Intent.ACTION_VIEW, 
                         Uri.parse("http://www.youtube.com/watch?v=videoid")));

我想在YouTube视频在全屏模式下打开。有什么办法来实现这一目标?

I would like the youtube videos to open in full screen mode. Is there any way to achieve this?

推荐答案

虽然我没有在这最初,我最终按照以下说明在这个linkc成功 http://keyeslabs.com/joomla/projects/youtube-player/244-open-youtube-activity-project-launched-by-keyes-labs

Although I failed at this initially, I eventually succeeded by following the instructions at this linkc http://keyeslabs.com/joomla/projects/youtube-player/244-open-youtube-activity-project-launched-by-keyes-labs

在这里,你创建自己的视频播放器和视频得到发挥它

Here you create your own video player and the video gets played in it