DragSortRecycler
DragSortRecycler copied to clipboard
Easily add drag and drop capability to your RecyclerView
On random occasions items are "stuck" where you drop them as what seems like an image of the item in the "faded" situation it is (with alpha) when it's dragged....
…ty to make items(top n) unmovable.
At the moment, you are only allowed to drag items with a handler. A common and useful design pattern is also to be able to drag and drop items on...
It seems that the dragging mode is not always properly terminated via the following sequence: - Press on the first item - Drag finger up to the top of the...
Hello, I have implemented your DragSort Recycler in my RecyclerView. I am also trying to implement the SwipeRefreshLayout on the recyclerview.. The problem I am facing is when I long...
Thank you for this very nice looking library! Why not upload the library to maven, so we can use with gradle.
As stated in the README, the library does currently not support horizontal drag and drop. It would be a great addition to enable that feature.
Is there any reason you set the minSdkVersion to 15? I think you can lower it at least to 11. Arno
Is it possible with this library? I'll explain: I have a list with some items that you can click on it (radio buttons) (so onItemClickListener and all that stuff will...