I have implemented swipe listener on exoplayer
while play pause can be implemented with player.setPlayWhenReady , but how can we play next and previous file
If you're playing a playlist with ConcatenatingMediaSource, please try using player.next() and player.previous().
Most helpful comment
If you're playing a playlist with
ConcatenatingMediaSource, please try usingplayer.next()andplayer.previous().