I want to create a listview with checkboxes and details, such as name and phone number. I create this (I assume) by using an arraylist or similar. In this case it will be an object, and then transfer this to each item.
Questions:
1) How can I add checkboxes to each box?
2) How should I get the original data contained back? As in if one checkbox is ticked, then how can I get the array item that corresponds to that listview item.