Drag and Drop between two RecyclerView

后端 未结 4 1574
我在风中等你
我在风中等你 2020-12-14 01:55

Is it possible to have feature like drag and drop between two different RecyclerView?

I found library for drag and drop within RecyclerView

4条回答
  •  一整个雨季
    2020-12-14 02:53

    This lib can help you. Check sample example, it does what you asked. It has a BoardView, where you can put several lists.

    YouTube demo-video: https://youtu.be/tNgevYpyA9E?t=30

    Features

    • Re-order items in a list, grid or board by dragging and dropping with nice animations.

    • Add custom animations when the drag is starting and ending.

    • Get a callback when a drag is started and ended with the position.

    • Disable and enable drag and drop

提交回复
热议问题