getItemAtPosition calls the adapter's getItem, which returns the data object backing the item.
I don't see why it would be anything derived from View. Certainly the logcat has more information under "Caused by:". -- Kostya 5 января 2012 г. 22:49 пользователь TreKing <[email protected]> написал: > 2012/1/5 John Davis <[email protected]> > >> It looks like a bug > > > Yup - a threading bug in your code. You are probably deleting an item > somewhere else and not synchronizing your list. > > > > ------------------------------------------------------------------------------------------------- > TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago > transit tracking app for Android-powered devices > > -- > 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 > -- 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

