by twh328 » Sat Mar 14, 2009 4:15 am
Hello, I'm trying to implement drag and drop functionality between two ListViews. My ListView has an adapter that extends ArrayAdapter. Inside the getView method I inflate the list row from xml, and set the row's OnTouchListener. No motion events seem to be registering within the list. Has anyone done something like this?