Android: onListItemClick not getting called in ListActivity
- by user521469
I'm having problems with my first Android app.
I have subclassed ListActivity, and I'm having no luck getting the overridden onListItemClick() to respond to click events. I've read focus can be a problem, but changing focus in the XML files does not seem to work. Here's the relevant bits of code. Anyone see what's I've buggered up?
public class…