https://github.com/botirmuzaffariy/unical_task
https://github.com/botirmuzaffariy/unical_task
android drag-and-drop kotlin recyclerview
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/botirmuzaffariy/unical_task
- Owner: BotirMuzaffariy
- Created: 2023-08-20T12:33:45.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-20T14:55:14.000Z (over 1 year ago)
- Last Synced: 2025-04-14T13:58:15.294Z (about 1 month ago)
- Topics: android, drag-and-drop, kotlin, recyclerview
- Language: Kotlin
- Homepage:
- Size: 3.65 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
There is no any third party libraries. Just used drag and drop listeners and some logic )
# Features
1. You can drag and drop items in RecyclerView
2. Also between two RecyclerViews (like pager drag and drop)
3. Items order do not changed saved when their position change## Peview Screenshots
![]()
## Drag and drop in a RecyclerView
## Drag and drop between two RecyclerViews (like a pager drag and drop)
## Items' state saved even you destroy the app and reopen
![]()