android / android/codelab-exoplayer-intro
Util.SDK_INT <= 23 or Util.SDK_INT <= 24
- Dominant language
- Kotlin
- Stars
- 235
- Forks
- 129
- PR merge metrics
- No merged PRs in 30d
Description
### Hi,
in example on github your use `Util.SDK_INT <= 23`
https://github.com/googlecodelabs/exoplayer-intro/blob/main/exoplayer-codelab-04/src/main/java/com/example/exoplayer/PlayerActivity.kt
but example on codelab your use `Util.SDK_INT <= 24`
https://developer.android.com/codelabs/exoplayer-intro#2
What is correct?
Contributor guide
Research direction
Compare the SDK_INT checks in the linked GitHub example at exoplayer-codelab-04/src/main/java/com/example/exoplayer/PlayerActivity.kt and the Android Developers codelab section. Determine which condition is correct for the codelab, then make the example and codelab consistent and verify both references show the same guidance.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, kotlin
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100