Completed
Modeling the data
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Playing Video in a RecyclerView with ExoPlayer - Android Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What youll learn
- 3 Creating a new project
- 4 Gradle dependencies
- 5 Updating dependencies
- 6 Modeling the data
- 7 Drawables
- 8 Video Player View Holder
- 9 RecyclerView Adapter
- 10 Custom RecyclerView
- 11 UI Components
- 12 Constructors
- 13 ScrollListener
- 14 AttachStateListener
- 15 Playback
- 16 Play Video
- 17 Main Activity