2017-12-11
What to use for drag and swipe items in horizontal scroll view – RecyclerView or ViewPager

问题内容: I need to create a horizontal scrollable list that will contain videos as items. Only the current video needs to be played, and video items should be, dragged for changing the position of video clip, and swiped for deleting that video clip. I tried using RecyclerView with ItemTouchHelper and got that drag and swipe