Top "Radio-group" questions

radio-group is used to create a multiple-exclusion scope for a set of radio buttons.

Android: How to check/uncheck a RadioButton inside a RadioGroup programmatically in Java

I have to activities, MainActivity and settingsActivity. Because of that I'm using the methods onPause and onResume in the settingsActivity. …

java android radio-button radio-group
how can i set RadioGroup unchecked by default in android?

I am doing an app to conduct simple quiz.I have given the answers are multiple choice using RadioGroup. So …

android radio-group
Android disable radio group in xml

In my android application, I need to disable radio group in xml layout. I searched, but I found only through …

android android-layout radio-button android-xml radio-group
How to uncheck RadioButton if already checked in RadioGroup

I have two RadioButtons in RadioGroup, initially both are unchecked. I want to uncheck RadioButton if it is already checked. …

android radio-button radio-group
is there a way to group radio button for php usage?

I'm wondering if let's say I have 4 radio buttons named red blue yellow and green but if none of them …

php forms if-statement radio-group
RadioButtons with TextView in RadioGroup

Is it possible to add TextView below RadioButton in RadioGroup in any other way than extending and creating my custom …

android textview radio-button radio-group
SWT: set radio buttons programmatically

When I create a couple of radio buttons (new Button(parent, SWT.RADIO)) and set the selection programmatically using radioButton5.…

radio-button swt radio-group
ExpandableListView not showing child views

public class ItemOptionsListAdapter extends BaseExpandableListAdapter { private Context context; private LayoutInflater inflater; private List<String> categoryList; public ItemOptionsListAdapter(Context …

android android-listview expandablelistview radio-group expandablelistadapter
Possible to allow all radio buttons to be unchecked in an Android app?

Just wanted to see if anyone knows if there's a radiogroup or radiobutton attribute or something else quick that will …

android radio-button radio-group
RadioGroup calls onCheckChanged() three times

I've been struggling with an issue of programmatic checking of a RadioButton, which is situated in a RadioGroup. It seems …

android radio-button radio-group