Hi Friends,
I working in an android app using alloy framework.
I have a table which displays some data as you seen in xml. Now i want to add a check box for each row. Also i need a submit button (like a form submission), When clicking on the button i want selected data details in controller. Would you please help me to implement this function
<TableView dataCollection="carecircles" dataTransform="addCpTransform" id="newchatcarePs3"> <TableViewRow id="nwchatrow3" title="{name}" accessibilityLabel="{id}" selectedBackgroundColor="#D8D8D8"> <ImageView id="nwchatavatar3" image="{image}"/> <Label id="nwchatname3" text="{name}"/> </TableViewRow> </TableView>