Sorry, so many newb questions . I'm struggling to find the answer to this one, or an example that I can understand.
I have several checkboxes, I want to collect which checkbox(es) are checked and pass them to a new Activity.
The new activity bit is straight forward so don't need any help with that, however, this is where I'm struggling.
Say I have 4 checkboxes :-
Cat
Dog
Fish
Pig
I want to see which of those has been checked (so for example, Cat and Dog are checked) and then pass Cat,Dog to a new activity.
Thanks (and sorry for making your eyes bleed, again, with another 'silly' question)
Rob
I have several checkboxes, I want to collect which checkbox(es) are checked and pass them to a new Activity.
The new activity bit is straight forward so don't need any help with that, however, this is where I'm struggling.
Say I have 4 checkboxes :-
Cat
Dog
Fish
Pig
I want to see which of those has been checked (so for example, Cat and Dog are checked) and then pass Cat,Dog to a new activity.
Thanks (and sorry for making your eyes bleed, again, with another 'silly' question)
Rob