You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use a ExpandableDraggableItemAdapter to create a Recyclerview to be able to drag and expand group item on my main view. It works fine. But i put this expandableDraggable Recyclerview into another normal Recyclerview. The normal Recyclerview adapter is to extend RecyclerView.Adapter. Then my expandableDraggable recyclerview can not drag anymore, only can expand. The reason i need to use normal recyclerview to grab expandableDraggable recyclerview is that i have another DraggableItemAdapter recyclerview is on the bottom of expandableDraggable recycleview. both two need to swap position flexibly. Can anyone give me a hint or tips there is possible to use expandableDraggable advanced recyclerview inside another recyclerview?
I use a ExpandableDraggableItemAdapter to create a Recyclerview to be able to drag and expand group item on my main view. It works fine. But i put this expandableDraggable Recyclerview into another normal Recyclerview. The normal Recyclerview adapter is to extend RecyclerView.Adapter. Then my expandableDraggable recyclerview can not drag anymore, only can expand. The reason i need to use normal recyclerview to grab expandableDraggable recyclerview is that i have another DraggableItemAdapter recyclerview is on the bottom of expandableDraggable recycleview. both two need to swap position flexibly. Can anyone give me a hint or tips there is possible to use expandableDraggable advanced recyclerview inside another recyclerview?
main_layout.xml
normal_recycler_item.xml
The text was updated successfully, but these errors were encountered: