I have custom adapter to populate a list with a custom layout. Each row has a button and some text. The list appears correctly and has data but I can't get the button to work.
In my adapter GetView I can find the button and wire up the click event however it is never triggered.
Is there a better way of doing this or did I just miss something?
Thanks -c