In this article, LoadingButton is added in android. LoadingButton provides us an amazing UI and an animation whenever the user taps on it. It is… Read More
Tag Archives: Android-Button
Android offers a wide variety of widgets for user interactions and CheckBox is one among them. CheckBox is a special kind of button with two… Read More
A Button is a user interface that are used to perform some action when clicked or tapped. Default Shape of Button In this article, we… Read More
ToggleButton is basically a stop / play or on/off button with indicator light indicating the current state of ToggleButton. ToggleButton is widely used, some examples… Read More
A CheckBox is a special kind of button in Android which has two states either checked or unchecked. The Checkbox is a very common widget… Read More
RadioGroup class of Kotlin programming language is used to create a container which holds multiple RadioButtons. The RadioGroup class is beneficial for placing a set… Read More
In Android, ToggleButton is just like a switch containing two states either ON or OFF which is represented using boolean values true and false respectively.… Read More
In Android, ToggleButton is just like a switch containing two states either ON or OFF which is represented using boolean values true and false respectively.… Read More
In Android RadioGroup is used to set radio buttons. If one radio button is selected within the RadioGroup, all other ones are automatically deselected. In… Read More
In Android applications, a Button is a user interface that is used to perform some action when clicked or tapped. It is a very common… Read More
Android ImageButton is a user interface widget which is used to display a button having image and to perform exactly like button when we click… Read More
Android ImageButton is a user interface widget which is used to display a button having image and to perform exactly like button when we click… Read More
Android Radio Button is bi-state button which can either be checked or unchecked. Also, it’s working is same as Checkbox except that radio button can… Read More
Android Radio Button is bi-state button which can either be checked or unchecked. Also, it’s working is same as Checkbox except that radio button can… Read More
Android radio button is a widget that can have more than one option to choose from. The user can choose only one option at a… Read More
Courses