You didn't paste all of your code. But looking at the exception, it
means that you are accessing a list item(at index 0, which means its
of size 1) when infact the list is empty(size 0) . Its probably a bug
in your code in the way you are removing the items
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to