All Questions
Tagged with exoplayer android-recyclerview
2 questions
5
votes
3
answers
12k
views
Release ExoPlayer in RecyclerView
I am implementing the ExoPlayer in a RecyclerView. But while scrolling the Video stops, but not the audio.
How can I release the ExoPlayer in the RecyclerView? Or how can I get the position of the ...
1
vote
1
answer
3k
views
Exoplayer with Viewpager2 and recycler view adapter
I have recently discovered abut Viewpager 2 and exoplayer and not sure how to integrate them both. Viewpager contains a list with video player and each takes up the full screen. You can swipe to move ...