Now that I'm awake and read up on ListActivity, which I did not know existed, I have a new suggestion:

Try having your class override onListItemClicked() instead of using setOnItemClickedListener() directly on the list view itself. That appears to be the correct way to handle item clicks for ListActivity. My case worked because I derived from Activity and shoved a ListView in there - I'm guessing ListActivity bypasses click listeners in favour of its own protected method.


--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to