How to Implement Drag and Drop in Android 2.2

Drag and drop Android 2.2

You can do it by implementing OnTouchListener and overriding
public boolean onTouch(View view, MotionEvent me)
check this link
http://techdroid.kbeanie.com/2010/04/simple-drag-n-drop-on-android.html

or you can use
http://developer.android.com/guide/topics/ui/drag-drop.html requires API 11 :(

Dragging and Dropping of view in Android 2.2

hi here i give the link and go this post and find the solution of your question.
where i post my whole activity code for everyone.
so i think it`s help you best of luck

How to implement Drag and Drop in android 2.2?

and also find the another solution of how to do this.then use this link

http://code.google.com/p/rxwen-blog-stuff/source/browse/#svn/trunk/android/drag

And Another is

http://code.google.com/p/android-drag-and-drop-basic/source/browse/src/edu/sbcc/cs123/draganddropbasic/DragAndDropBasicActivity.java

How to apply the drag and drop in android 2.2 with out use surfaceview?

Hi i give you whole code of drag and drop in android 2.2 without use the surfaceview.
i give the link here.
go there and see the code and implement this.
iam sure it will be helpful to you.

link is
How to implement Drag and Drop in android 2.2?

And Another is
http://code.google.com/p/android-drag-and-drop-basic/source/browse/src/edu/sbcc/cs123/draganddropbasic/DragAndDropBasicActivity.java



Related Topics



Leave a reply



Submit