I am following this example with checkboxes.
In data_item.xml I have checkbox instead of imagebutton. I want to check multiple items and then send the checked item to another activity. The problem that I am facing is, that when i scroll the listview up or down, the checkboxes that are checked get unchecked and different checkboxes are checked. In other i am not able to save the position of the checkboxes that i have checked, thats why then the getview() function is called i get different checkboxes. Ineed help regarding this. Any help will be greatly appreciated.
I am following this example with checkboxes.
In data_item.xml I have checkbox instead of imagebutton. I want to check multiple items and then send the checked item to another activity. The problem that I am facing is, that when i scroll the listview up or down, the checkboxes that are checked get unchecked and different checkboxes are checked. In other i am not able to save the position of the checkboxes that i have checked, thats why then the getview() function is called i get different checkboxes. Ineed help regarding this. Any help will be greatly appreciated.