how to use toggle button in android studio

Hello Guys. Welcome to our new tutorial of how to use toggle button in android studio.toggle-button help the user to change a setting between two states. or you can use the button to display on/off state on the button.

please follow the code given below to use toggle button in android studio.

  • First Create a new project in Android Studio
  • File ⇒ New Android ⇒ Application Project
  • Then Open src -> package -> MainActivity.java and then add following code :

JAVA (MainActivity.java)

  •  Now Open res -> layout -> activity_main.xml and then add following code :

XML (activity_main.xml)

Output:

Finally, run this project.

This is how Toggle Button look like.

toggle button android studio toggle button in android toggle button in android

Leave a Reply

Your email address will not be published. Required fields are marked *