You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have integrated exoplayer in my recycler view. So far i am able to integrate it successfully. Now i want to increase its performance. How to reuse SimpleEXoPlayer when use click other video in list item of recycler view. When new video is about to be played how to pass new video url and hot to efficiently implement simpleExoPlayer. Right now i am creating new instance when new list video item is played
The text was updated successfully, but these errors were encountered:
I have integrated exoplayer in my recycler view. So far i am able to integrate it successfully. Now i want to increase its performance. How to reuse SimpleEXoPlayer when use click other video in list item of recycler view. When new video is about to be played how to pass new video url and hot to efficiently implement simpleExoPlayer. Right now i am creating new instance when new list video item is played
The text was updated successfully, but these errors were encountered: