Possible Duplicate:
Android: Binding data from a database to a CheckBox in a ListView?
i want to use a ListView with the items having following layout
-------------------------
[CB] TV TV
-------------------------
CB is a checkbox and TV is a Textview.
Now i've read somewhere that you can't have clickable items in a ListView. If you have some then you won't be able to click on the ListItems. But if I look at the GoogleMail app, this is possible. I can mark several messages with the checkbox (and then select an action for them) or i can click on the ListItem (or scroll with the dpad) to get to another screen. Does someone has code/example how this is possible?