So I am developing a drag and drop application in android using ClipData. But it's only for Honeycomb and above. How can I make a drag and drop app using ClipData for pre Honeycomb versions. Do you have any idea? or Has anybody here already tried it? Thanks.
Asked
Active
Viewed 176 times
0
-
http://stackoverflow.com/questions/8802969/implement-drag-drop-in-gingerbread – oks16 Jun 05 '13 at 09:58
1 Answers
0
Here is a complete tutorial on how drag-drop can be implemented for pre-HoneyComb versions.

Divya Motiwala
- 1,659
- 1
- 16
- 24
-
Hello, I need to get the same absolute location of dragged object to its drop zone. – neknek mouh Jun 06 '13 at 09:09
-
I guess that should be a separate question, with some relevant code showing what you have tried with some more details! – Divya Motiwala Jun 06 '13 at 09:43