android / codelab-exoplayer-intro

Media Streaming with ExoPlayer codelab
https://codelabs.developers.google.com/codelabs/exoplayer-intro
Apache License 2.0
221 stars 116 forks source link

Codelab is using deprecated SimpleExoPlayer #74

Open PankajChunchun opened 2 years ago

PankajChunchun commented 2 years ago

The codelab is using deprecated SimpleExoPlayer to explain ExoPlayer. We should change it to com.google.android.exoplayer2.ui.PlayerView.