I dont know which Layout fits better to my needs.
I want to have 4 Buttons on the left and 4 Buttons on the right.
And if i implement Drag and Drop on these buttons, i want to drag one button over another.
If the button isnt completly dragged over the other button it should get back to its old position, otherwise it should overlay the button.
I dont know which Layout is better for this… can you give me a tip?
If there is something like a position parameter in the gridview, i would take of course this.. but i havent found any..
http://developer.android.com/resources/tutorials/views/hello-gridview.html
Thank you
I did a similar thing with linear layouts. It may suit your need.