سؤال

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

هل كانت مفيدة؟

المحلول

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

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top