I am trying to incorporate a list of items that has a checkbox before each item much like in gmail. The problem is that when I check an item, another item in the next view created also gets checked i.e. this get repeated over and over in fixed intervals. How can I stop this repetition?
Asked
Active
Viewed 107 times
0
-
1for this code requires.post your code so that i can help you. – TheFlash Nov 11 '13 at 12:58
-
You have missed the else condition.You may write code for if checkbox is checked and you may missed the code for if not checked. – Subramanian Ramsundaram Nov 11 '13 at 13:02
1 Answers
0
You have to maintain the states of all checkbox.refer this link Android: CursorAdapter, ListView and CheckBox