Good day.

Tell me please, I can’t find at least any useful information for solving the following problem: example

a similar interface is required, i.e. transferring an item from one recycler to another with rendering. Familiarized with such an article on drag-and-drop: drag-and-drop, but I don’t really understand how you can do something like this from above. I will be glad to any hint, hint and so on.

1 answer 1

I think you need to use the Advanced RecyclerView library for this task.

import to gradle like this:

dependencies { compile ('com.h6ah4i.android.widget.advrecyclerview:advrecyclerview:0.10.2@aar'){ transitive=true } } 

More information about this library can be found here.