-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Openin video inside app #15
Comments
Follow the below steps. Step 1 - Create a Layout (Name it - activity_youtube_player_fragment.xml) and copy the below code
Step 2 - Create a java file (Name it -YouTubePlayerFragmentActivity.java) and copy the below code
Step 3 - Add the below line on manifest before
Step 4 - on PlaylistCardAdapter.java (Which already exist in this project ). On any
This works for me. I hope it will work for you as well |
Oh. Thanks. I'll try to do it, but only when I buy android
phone. Yesterday, my phone was broken(
|
thanks @vigneshwarn it's clearly working for me. but how do i give the choice to non-full-screen/fullscreen option? thankyou. |
Hi. Im novice in Java. And I want to ask you know how can I view videos inside Android app and make it fullscreen after play-click.
The text was updated successfully, but these errors were encountered: