[android-developers] Help needed with OnItemLongClickListener custom adapter - UnsupportedOperationException

2011-06-15 Thread Graham Bright
Hi, I am new to Android programming and need help with onItemLongClick. I have implemented an OnItemLongClickListener but when i long click on an item in my list an UnsupportedOperationException is raised. I include two files below listmodified and my custom adapter CustomAdapter Thanks in

Re: [android-developers] Help needed with OnItemLongClickListener custom adapter - UnsupportedOperationException

2011-06-15 Thread TreKing
On Tue, Jun 14, 2011 at 8:11 AM, Graham Bright gbwienmobil...@gmail.comwrote: I have implemented an OnItemLongClickListener but when i long click on an item in my list an UnsupportedOperationException is raised. Use your debugger and LogCat to figure out what's throwing that exception. Read