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
{{ message }}
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.
Describe the problem
preserving the playback does not work with the code given in the codelab.
In which lesson and step of the codelab can this issue be found?
Lesson 13.1, Step 1.5
How to reproduce?
follow the steps given in codelab.
Versions
Additional information
CurrentPosition needs to be preserved in the onPause() method. preserving it in the onSavedInstanceState defeats the purpose. this thread describes the solution :
https://stackoverflow.com/questions/12617209/playing-video-from-the-pause-state-in-videoview/12617573#12617573
codelab: advanced-android
The text was updated successfully, but these errors were encountered: