Completed
Testing
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Highlight, Move, and Swipe RecyclerView with ItemTouchHelper - Android Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Swipe RecyclerView
- 3 Overview
- 4 ItemTouchHelper Adapter
- 5 ItemTouchHelper Class
- 6 Implement Override Methods
- 7 Movement Flags
- 8 OnMove
- 9 OnSwipe
- 10 View Holder
- 11 Gesture Detector
- 12 Setup of Gesture Detector
- 13 Setup of OnTouchListener
- 14 Start Drag Event
- 15 ItemTouchHelper
- 16 Testing
- 17 Troubleshooting