I have listview with single choice checkboxes like this:
checkbox1:
checkbox2:
checkbox3:
and three variables
int a = 0:
int b = 0:
int c = 0:
I want to make variable a
+1 if checkbox1
isChecked and when I change my checked for example checkbox2
I want to make a
-1 and b
+1
How can I do this ?