Is That Possible multiple Radio Button select in android?
android, radio-button, radiobuttonlist
Solution
Radiobutton in wikipedia says
A radio button or option button is a type of graphical user interface element that allows the user to choose only one of a predefined set of options.
You would have to just use checkboxes instead of radio button for allowing multiple options to be selected,else you are doing something which is inherently wrong in a UI be it mobile/web.
:-)
Problem
Is That possible select multiple radio button at one times? Just like checkbok.I have to show more in figure.