I have a Custom List View where each item in the List contains a Radio Button. I want only one Radio Box in the List to be selected. How can do this ? If i place the Radio Group on the layout i inflate, each Radio Button will be added to it own group ?
Kind regards,
Mateen
As you have a custom adapter you can yourself uncheck the previously checked radiobutton when a other list item is selected.