반응형 DragListener1 [Android] 두 개의 RecyclerView 사이에서 Drag and Drop 구현하기 개요 일반적으로 ReyclerView에서 Drag and Drop을 구현할 때는 ItemTouchHelper를 사용해서 구현합니다. 하지만 두 개 RecyclerView 사이에서 Drag and Drop을 구현하기에 어려움이 있어 DragListener를 통해 구현해 보았습니다. 해당 Drag and Drop을 구현하기 위해 ListAdpater, ViewModel, Databinding을 사용하였습니다. 다음은 실제로 구현한 화면입니다. 설명 우선 Drag and Drop을 구현하기 위해 크게 2개가 필요합니다. DragListener : RcyclerView와 ViewHolder에 DragListenr를 등록하기 위한 abstarct class입니다. ItemModifyListener : Reycle.. 2022. 9. 17. 이전 1 다음 반응형