How to scroll recylerview while dragging item from one adapter to another in android java

Viewed 42

I am using a recylerview that contain another recylerview to show list horizontally,

  • Main Recylerview scrolling vertically
  • Internal Recylerview scrolling horizontally. The issue is that when i drag imageView from internal recylerview to another recyclerview while dragging if user reach at top or bottom of the screen main Recyclerview is not scroll to put the item in another list.. dragging is working fine and item putting from one to another is also fine.. just need to implement scrolling while dragging..
0 Answers
Related