6

I am looking for android equivalent of UISwitch(iOS), which I could use to switch on/off some functionality. Any help is appreciated.

user682765
  • 1,229
  • 3
  • 21
  • 33

1 Answers1

11

ToggleButton, or possibly CheckBox if you prefer.

As of Android 4.0, there is also Switch.

Jeremy Roman
  • 16,137
  • 1
  • 43
  • 44