Play a youtube url in android

前端 未结 2 1918
孤街浪徒
孤街浪徒 2021-01-25 00:45

I have a fragment and a videoview is present inside that fragment.I have a you tube url for video. I tried videoview as well as webview. But it is not working. How i should play

2条回答
  •  攒了一身酷
    2021-01-25 01:11

    You should use the YouTube Android Player API

    It provides you with an efficient YouTube Player view (or even better - a Fragment) for embedding in your app that you can control programatically.

提交回复
热议问题