Skip to content Skip to sidebar Skip to footer

Drag And Drop Textview

I have to drag and i am not able to drag it perfectly: The issues are: 1) I have to drag two to three times to bring that to desired position.Hence textview is not following the fi

Solution 1:

Perhaps you are not moving Views the way they are supposed to, in Android?

setPadding() is not the best way to go about it.


Here is an alternative way of Drag and Drop for Views

Post a Comment for "Drag And Drop Textview"