PierfrancescoSoffritti / android-youtube-player

YouTube Player library for Android and Chromecast, stable and customizable.
https://pierfrancescosoffritti.github.io/android-youtube-player/
MIT License
3.44k stars 765 forks source link

youtube player with recycler view in full screeen #1025

Open MeetGori1 opened 1 year ago

MeetGori1 commented 1 year ago

Question / Problem

can anyone give solution for how can i implement this youtube player in full screen on from recycler view

Summary

i am trying to load video in recycler view as per this demo https://github.com/PierfrancescoSoffritti/android-youtube-player/tree/master/core-sample-app/src/main/java/com/pierfrancescosoffritti/androidyoutubeplayer/core/sampleapp/examples/recyclerViewExample

PierfrancescoSoffritti commented 1 year ago

You need to add a single view that will work as the container of the full screen view. See the doc.