user1506630
user1506630

Reputation: 405

Android simple drag and drop?

A friend asked me to make him a simple drag and drop poll for android. Since I am a beginner on Android, and also with programming in general, i don't know hot to approach such a task. I tried using LayoutParams and TranslateAnimations, but that was a dead end.

Could anyone give me tips or hints(or a easy-to-use library) on how to approach this?

I would like to drag and drop the items - I will only need to drag the items vertically.

Thank You in advance!

Upvotes: 0

Views: 730

Answers (1)

user1837158
user1837158

Reputation:

There are some examples for this:

TouchListView.java

Drag-And-Drop-Android

TouchInterceptor.java

Upvotes: 2

Related Questions