Hello guys,
I'm doing my first steps in Android development and yesterday I found
this nice tutorial:
http://developer.android.com/guide/topics/ui/drag-drop.html

When I wanted to start I found out that the API level at which I'm
developing is to low for this tutorial. I use SDK 2.3.3 (API level 10)
and the tutorial assumes at least API level 11. The detailed problem
is that I want to start a drag&drop action after a long clicking event
and so I added such a listener with setOnLongClickListener. But when I
wanted to instantiate ClipData, as described in the tutorial, I
recognized that this class is not yet available. Is there a tutorial
where such a use case is described for API level 10?

best regards,
Jan

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to