which 'on' method is called when the trackball's 'Select' button is pressed?

248 views Asked by At

which 'on' event is invoked when the user selects a ListView item by pressing the trackball button? i trapped onKeyDown, onTouchEvent, onTrackballEvent but it's none of those... thanks

1

There are 1 answers

0
CommonsWare On BEST ANSWER

That is a "click" and triggers your OnItemClickListener (or onListItemClick() if you are implementing a ListActivity).