Quantcast
Channel: Examples Java Code Geeks » RadioGroup
Browsing all 2 articles
Browse latest View live

Android Radio Buttons Example

One of the easiest and most common ways to accept user input in an Android Application is the Radio Button component. Usually, we want radio buttons to be in groups, representing a set of options. In a...

View Article


Android RadioGroup Example

RadioGroup is a widget in Android which groups RadioButtons. More specifically, the use of RadioGroup provides the capability of selecting only one RadioButton from the set. When the user chooses one...

View Article

Browsing all 2 articles
Browse latest View live