iOS SegmentedControl equivalent in Android

Venugopal picture Venugopal · Oct 17, 2010 · Viewed 20.2k times · Source

What is a good Android analog of iOS's UISegmentedControl?

Answer

vinc3m1 picture vinc3m1 · Apr 30, 2011

I just wrote a similar implementation here: https://github.com/makeramen/android-segmentedradiobutton

It overrides RadioGroup instead of RadioButton and doesn't override the onDraw method so XML styling still works.