invoke OnItemClicked() in a ListView while list items catch onTouchEvent
my list items implements OnTouchListener and therefore the OnItemClicked() method of the ListView is not invoked. Can anyone help me to开发者_Go百科 make it work?
Take a look here:
Clickable ListView
I had the same problem on the first time ;)
精彩评论