user1942697
user1942697

Reputation: 21

on clicking button how can we play a video on youtube?

I am working on an app in which I have a button that I want to onClick redirect to a link of youtube, means on clicking that button youtube should open and video should be played.

Upvotes: 0

Views: 2770

Answers (1)

Mgamerz
Mgamerz

Reputation: 2890

Intenting Inbuilt YouTube App

Make an intent that resolves to a youtube URL. If the youtube app is installed, it will ask if you want to open in youtube.

Or you can use a youtube-explicit intent, but if the app isn't installed it will cause an error.

Android YouTube app Play Video Intent

Upvotes: 1

Related Questions