I have created a list of panels with values but I do not understand how to get the values back when they (or the whole item) is clicked.
The layout includes Label1, Label2, Label3, Label4, Label5, EditText, Button
I need to be able to change the background colour of Label4 and the text of Label5 and the Colour of Button.
The actions should be fired with Lable4 or Label5 are tapped, EditText is Changed or Button is clicked.
I can get the index of the item containg the item that was touched/clicked but I don't know how to access the individual items.
Thanks
The layout includes Label1, Label2, Label3, Label4, Label5, EditText, Button
I need to be able to change the background colour of Label4 and the text of Label5 and the Colour of Button.
The actions should be fired with Lable4 or Label5 are tapped, EditText is Changed or Button is clicked.
I can get the index of the item containg the item that was touched/clicked but I don't know how to access the individual items.
Thanks