I have created a dynamic listview which contains a CheckBox.what I want is at once only one CheckBox should be selected from List & Other should be deselected.How can I do this Plz Help
Asked
Active
Viewed 1,583 times
0
-
there must be a radiobutton or something for that, not checkboxes – Bastardo May 02 '11 at 06:40
2 Answers
0
RadioGroup as previously mentioned is discussed in detail here: http://developer.android.com/resources/tutorials/views/hello-formstuff.html#RadioButtons
For more about what you appear to be trying to do, let me point you to Android: How to make RadioGroup work correctly in a ListView?