Howdy, I'm trying to implement a new feature on a app that I'm developing - drag and drop items in a list. I'm fairly new to android development, so I'm a bit lost with some features.
For a start, I have several items on an activity that must be seperated with an header and then I must be able to sort them as however I want - so i decided to implement a drag and drop. This "list" items are being dynamically created and I'm using linearlayouts for that matter (it was my solution to avoid having two seperated lists - although, now i think i could have only one with a separator), but now that I'm thinking in implementing the drag and drop i think I should use listviews - any thoughts? I don't see a solution to implement the layout detection (collision detection?) so that one linearlayout doesn't become over the other. What's my best option, listviews? linearlayouts? Any hints to the drag and drop functionality? Thanks, Carlos -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

