What is the best backport of Android switch widget for 2.2?

android

Solution

https://github.com/BoD/android-switch-backport

or

https://github.com/pellucide/Android-Switch-Demo-pre-4.0/tree/master/android-switch-demo

Are a couple of easy options.

I also found it relatively simple to subclass SeekBar to get the effect desired (very similar to the iOS switch).

Problem

Im looking for a stable backport of android switch widget for 2.2. Please recommend open source library that you are using.

Original source