如何通过Intent播放YouTube视频?

Nav*_*oid 3 youtube android android-intent android-youtube-api

在我的应用中,我想点击一个特定的按钮,然后跳转到youtube应用并显示一个youtube用户.例如http://www.youtube.com/user/punjabiradiousa.这怎么可能请提出一些技巧?

Phi*_*oda 8

像这样做:

startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("http://www.youtube.com/user/punjabiradiousa")));
Run Code Online (Sandbox Code Playgroud)

摘自此处:Android YouTube应用播放视频意图