I have ViewPager. On every page I have RecycleView (various instances) with GridLayoutManager. How can I drag and drop items (from RecycleView) between pages? I found View.startDrag() function, but it loses all move animations provided by RecycleView.
I want to achieve it (video) but with ViewPager instead of HorizontalScrollView.
Thank you for help, Patryk