All Projects → jkozh → Dragdroptworecyclerviews

jkozh / Dragdroptworecyclerviews

A code example demonstrating a dragging and dropping from one RecyclerView into another RecyclerView.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Dragdroptworecyclerviews

recyclerview-list-drag-and-drop
No description or website provided.
Stars: ✭ 50 (-72.38%)
Mutual labels:  drag-and-drop, recyclerview
HoveringCallback
Drag & drop item decorator for RecyclerView with support for highlighting hovered items.
Stars: ✭ 15 (-91.71%)
Mutual labels:  drag-and-drop, recyclerview
Dragdropswiperecyclerview
Kotlin Android library that extends RecyclerView to support gestures like drag & drop and swipe, among others. It works with vertical, horizontal and grid lists.
Stars: ✭ 469 (+159.12%)
Mutual labels:  recyclerview, drag-and-drop
recycler-adapter
RecyclerView-driven declarative UIs
Stars: ✭ 124 (-31.49%)
Mutual labels:  drag-and-drop, recyclerview
FancyAdapters
A collection of customizable RecyclerView Adapters for Android, that provide various functionality like item selection, contextual action mode controls, drag&drop and swiping, among other.
Stars: ✭ 49 (-72.93%)
Mutual labels:  drag-and-drop, recyclerview
Fastadapter
The bullet proof, fast and easy to use adapter library, which minimizes developing time to a fraction...
Stars: ✭ 3,512 (+1840.33%)
Mutual labels:  recyclerview, drag-and-drop
Android Advancedrecyclerview
RecyclerView extension library which provides advanced features. (ex. Google's Inbox app like swiping, Play Music app like drag and drop sorting)
Stars: ✭ 5,172 (+2757.46%)
Mutual labels:  recyclerview, drag-and-drop
Muuri React
The layout engine for React
Stars: ✭ 163 (-9.94%)
Mutual labels:  drag-and-drop
Binding
Simple API implement DataBinding and ViewBinding. 简单的 API 实现 DataBinding 和 ViewBinding,欢迎 star
Stars: ✭ 169 (-6.63%)
Mutual labels:  recyclerview
Blazor Dragdrop
Easy-to-use Drag and Drop Library for Blazor
Stars: ✭ 161 (-11.05%)
Mutual labels:  drag-and-drop
Easyadapter
Android 轻量级适配器,简化使用,适应所有的AbsListView、RecyclerView。支持HeaderView与FooterView~
Stars: ✭ 160 (-11.6%)
Mutual labels:  recyclerview
Materialtransitionanimation
Material Animations practice which is inspired from
Stars: ✭ 165 (-8.84%)
Mutual labels:  recyclerview
Phpagebuilder
A drag and drop page builder to manage pages in any PHP project.
Stars: ✭ 168 (-7.18%)
Mutual labels:  drag-and-drop
Angular Grid Layout
Responsive grid with draggable and resizable items for Angular applications.
Stars: ✭ 163 (-9.94%)
Mutual labels:  drag-and-drop
Placeholderview
This library provides advance views for lists and stacks. Some of the views are build on top of RecyclerView and others are written in their own. Annotations are compiled by annotation processor to generate bind classes. DOCS -->
Stars: ✭ 2,104 (+1062.43%)
Mutual labels:  recyclerview
Draggable
High performance, fully cross browser, full featured drag and drop in a tiny (2k gzipped), dependency-free package
Stars: ✭ 160 (-11.6%)
Mutual labels:  drag-and-drop
Nopaginate
Android pagination library (updated 01.05.2018)
Stars: ✭ 180 (-0.55%)
Mutual labels:  recyclerview
Snappyrecyclerview
An extension to RecyclerView which will snap to child Views to the specified anchor, START, CENTER or END.
Stars: ✭ 178 (-1.66%)
Mutual labels:  recyclerview
Pinnedsectionitemdecoration
A powerful ItemDecoration for Recyclerview, supports the common layoutmanager.
Stars: ✭ 2,027 (+1019.89%)
Mutual labels:  recyclerview
Timeline
瀑布流式的时间轴
Stars: ✭ 2,028 (+1020.44%)
Mutual labels:  recyclerview

Drag and Drop between two RecyclerView 's

Kotlin Version - https://github.com/jkozh/DragDropTwoLists

An example of dragging and dropping from one RecyclerView into another RecyclerView. You can easily change the orientation of RecyclerView in LayoutManager from Horizontal to Vertical.

License

Copyright 2020 Julia Kozhukhovskaya

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].