How to add Android Exo Player continue the Playback where the user left off? Need Code Support
Sorry for my bad Language
How to add Android Exo Player continue the Playback where the user left off? Need Code Support
Sorry for my bad Language
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.
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.