Hi,
I have a ListView in my Activity connected to an ArrayAdapter. The layout of the ListView is a tablelayout with some TextViews and a ToggleButton, so for each item i get a row with some strings and a ToggleButton.
How and where do i create a click listener that can distinguish between these?

