2

I am new to drag and drop functionality.Please provide the easy tutorials.I saw some where drag and drop functionality starts from 3.0 and above. is any possibility to use in the below versions? I want to use drag and drop functionality in List view. please can anybody help me.

naresh
  • 10,332
  • 25
  • 81
  • 124

1 Answers1

2

You can use the drag and drop feature with the support package.

All details are right here : http://developer.android.com/guide/topics/ui/drag-drop.html

and here : http://developer.android.com/sdk/compatibility-library.html

JFed-9
  • 297
  • 3
  • 17
FUBUs
  • 617
  • 5
  • 9
  • 9
    I don't see any mention of drag and drop framework in the compatibility library, or on the page linked. – Dandre Allison Sep 25 '12 at 15:29
  • Surely there is a specific library for dragging and dropping ListView items. It is boasted about in the Material Design Guidelines. https://www.google.com/design/spec/components/lists.html# – Luke Allison May 17 '16 at 02:13