I am developing an application for Android which is a RecyclerView
containing LinearLayout
through a list of custom items. How can you order these items using drag and drop?
Asked
Active
Viewed 2.1k times
23

naXa stands with Ukraine
- 35,493
- 19
- 190
- 259

Daniele
- 704
- 1
- 6
- 22
-
Would you use ListView instead? A related post in SO is http://stackoverflow.com/questions/24789220/drag-and-drop-within-recyclerview?rq=1 – The Original Android May 18 '15 at 19:29
-
no, I have to use recyclerview. – Daniele May 18 '15 at 19:59
-
possible duplicate of [Drag and drop items in RecyclerView with GridLayoutManager](http://stackoverflow.com/questions/29901044/drag-and-drop-items-in-recyclerview-with-gridlayoutmanager) – stan0 Aug 13 '15 at 11:48
-
xamarin android example http://www.appliedcodelog.com/2019/08/reorder-list-items-by-drag-and-drop-in.html – Suchith Aug 19 '19 at 12:22