-1

How to add Android Exo Player continue the Playback where the user left off? Need Code Support

Sample Screenshot

Sorry for my bad Language

2 Answers2

1

Store the duration at which user closes this activity against the content Id in db. On reopening, check if there is any entry present and then seekTo that duration.

Aman Arora
  • 134
  • 7
0

you can save duration while releasing the player in on pause and you can either store it locally or in server for that particular content.