
I want to design a ListView with Image, TextView, Edittext, CheckBox.
When user Checks the CheckBox of each list item and submit the Form, the selected ListItems and their EditText values should be captured.
I was trying to BaseAdapter but I was failed to get the correct checked values and edited text values from the ListView
Please guide me for achieve this
I got the solution. I design a table layout with ImageView, TextView, EditText and CheckBox, And use a scroll view to scroll like a ListView