Loading...

Android ToggleButton Example

In this tutorial, I will show how to use ToggleButton in android application. Generally, ToggleButton is used in the setting of android application like WiFi, Bluetooth, Data Connection, Sound On/Off, Alram On/Off, etc. You can find lots of attributes and classes of ToggleButton in android developer site.

Related:
Android Switch Button Example
Android CheckBox Example
Android Time Picker Example

Android Example: How to use ToggleButton in Android App


XML Layout File

res/layout/toggle_button.xml

Java Activity File

src/MainActivity.java

Strings.xml File

res/values/strings.xml

Now, run your application which will look like output given below.

Output:

Android ToggleButton Example
ToggleButton

UI 1479495740995937855
Home item