adding items to expandable list view by drag and drop android
问题 how to add items to the expandable list by drag and drop ?e.g If you drag and drop some text it should be added in expandable list. 回答1: You would need to draw a custom component see this page for more information: http://developer.android.com/guide/topics/ui/custom-components.html. You would need to override the draw method and draw your own list view as well as where ever your dragging your items from. This is a complicated task and may seem daunting but I haven't really seen anyone do a