I have a ListActivty and I overload the onListItemClick(ListView listView, View view, int position, long id) in my List Activity.
My question is why onListItemClick() not getting called back (i have breakpoint in my debugger) when I have an ImageButton in my list item view (the one view created by my list adaptor from cursor)?
Thank you.