Re: [android-developers] ClassCastException Problem with custom ListView in a ListFragment

2012-01-17 Thread Mark Murphy
On Tue, Jan 17, 2012 at 12:03 PM, Spiral123 wrote: > as part of updating my app I've decided to drag it into the 21st > century and implement Drag and Drop on my ListView Fragment. I'm not convinced that drag-and-drop is necessarily tied to being part of the 21st century. :-) > Noodling around f

[android-developers] ClassCastException Problem with custom ListView in a ListFragment

2012-01-17 Thread Spiral123
Hi All... as part of updating my app I've decided to drag it into the 21st century and implement Drag and Drop on my ListView Fragment. Noodling around for an easy way to do it I came across Mark Murphy's super handy TouchListView library as adapted from TouchInterceptor from the stock Music app.