How to embed and play a YouTube video in android

前端 未结 6 626
粉色の甜心
粉色の甜心 2021-02-05 18:11

Can we watch youtube video in android app? I mean if we have link to video on youtube, can we play it in VideoView or another widget? Any ideas about it?

6条回答
  •  深忆病人
    2021-02-05 18:43

    You can Use webview to do so. Here is the screen shot of of what it look like with webview :-

    if this is what you want to achieve you can get sample app from here :- https://github.com/hiteshsahu/Android-Universal-Web-Content-Loader

    It support both portrait & landscape mode.

提交回复
热议问题