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 mVideoView.getCurrentPosition() always return 0, so I can't preserve playback position.
I was doing this codelab in kotlin rather than Java, I am not sure whether the language causes this problem.
In which lesson and step of the codelab can this issue be found?
Lesson 13.1, Step 1.5.
How to reproduce?
I just follow the tutorial, copy and paste the code provided in each step and let Android Studio translate them into kotlin, and then run the app. The video will still restarts from the beginning even thought I have complete Step 1.5.
Versions
What version of Android Studio are you using?
AndroidStudio 4.1, run on Ubuntu 16.04
What API level are you targeting?
API 19: Android 4.4 (KitKat)
Additional information No.
codelab: advanced-android
The text was updated successfully, but these errors were encountered:
Describe the problemmVideoView.getCurrentPosition() always return 0, so I can't preserve playback position. I was doing this codelab in kotlin rather than Java, I am not sure whether the language causes this problem.
In which lesson and step of the codelab can this issue be found? Lesson 13.1, Step 1.5.
How to reproduce? I just follow the tutorial, copy and paste the code provided in each step and let Android Studio translate them into kotlin, and then run the app. The video will still restarts from the beginning even thought I have complete Step 1.5.
Versions
What version of Android Studio are you using?
AndroidStudio 4.1, run on Ubuntu 16.04
What API level are you targeting?
API 19: Android 4.4 (KitKat)
Additional information No.
codelab: advanced-android
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the problem
mVideoView.getCurrentPosition()
always return 0, so I can't preserve playback position.I was doing this codelab in kotlin rather than Java, I am not sure whether the language causes this problem.
In which lesson and step of the codelab can this issue be found?
Lesson 13.1, Step 1.5.
How to reproduce?
I just follow the tutorial, copy and paste the code provided in each step and let Android Studio translate them into kotlin, and then run the app. The video will still restarts from the beginning even thought I have complete Step 1.5.
Versions
Additional information No.
codelab: advanced-android
The text was updated successfully, but these errors were encountered: