I am using ListView with CheckBox. I have selected only one CheckBox but it\'s automatically selected into Multiple Rows using Scrol
ListView
CheckBox
Scrol
Focusable view in the list item prevents the firing of onListItemClick() in the ListActivity when the list item is clicked. But the effect of onListItemClick() can be achieved with OnClickListener. Read here more about this
onListItemClick()
ListActivity
OnClickListener