filmov
tv
Android Bangla Tutorial 22: ToggleButton | Java | Android App development

Показать описание
In Android, ToggleButton is used to display the checked and unchecked state of a button. ToggleButton is basically an off/on button with a light indicator that indicates the current state of the toggle button. The most simple example of ToggleButton is doing on/off in sound, Bluetooth, wifi, hotspot, etc. It is a subclass of compoundButton.