5

Is it even possible to drag and drop Recyclerview ? It looks like it's not a problem inside of a Recyclerview, but I can't make item go outside of it. Like every drag and drop that I've seen, this operation works only inside of a container(recyclerview in this case). So is it even possible to do that or it's just a huge time waste from me? on sof already was question like that overhere, but it was not answered.

Community
  • 1
  • 1
Ivan Mitsura
  • 433
  • 4
  • 15

1 Answers1

0

Yes, it is possible to drag and drop between 2 different RecyclerViews. Someone tried to solve that problem in this post and ended up creating a GitHub lib.

Community
  • 1
  • 1
Phileo99
  • 5,581
  • 2
  • 46
  • 54