Hello Developers, I have very specific question about Drag and Drop Function. I have created 3 XML files.
Header.xml : This file has Image view with company logo. Footer.xml : This file has 4 Images which act as “kind of” menu bar. It has 4 options home, function1, function2, more. Main.xml : This file has list view. Also, this file includes “header.xml” and “footer.xml”. So screen has 3 linear layouts. When user click on more option, user can see the list view which has 10 items. Each items has specific intents. E.g. if user select on item1, application leads him/her to specific screen. When user click on home option, application leads him/her to application home page. Similarly, function 1, and function2 options have specific intents. When user clicks on more option, list is shown. I have created one button below list named “drag and drop.” When user clicks it, the same list open in another screen. Whenever user wants he/she can drag that item and drop it into the place of “function 1” and/or “function 2” and the replacement will take the place in list view. For example : I click on “list-item1” and drag to “function 1” and dropped. As a result I want to see “list-item1” at the place “function1” and “function 1” at the place “list-item1” in list view. More specifically I want “iTune edit functionality” where you can see how to drag and drop options. Can any one help in that? Can anyone tell me how to drag and drop the items from list view to the another view. I really appreciate it. Thanks. -- 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

