roughike / SwipeSelector

A nicer-looking, more intuitive and highly customizable alternative for radio buttons and dropdowns for Android.
Apache License 2.0
1.09k stars 154 forks source link

Use NineOldAndroids to add animations to old APIs #18

Closed EmmanuelMess closed 8 years ago

EmmanuelMess commented 8 years ago

NineOldAndroids lets you use ..."the Honeycomb (Android 3.0) animation API on all versions of the platform back to 1.0!".

roughike commented 8 years ago

I know about NineOldAndroids already.

For me it makes no sense to include a whole library just for supporting lower APIs, as the Play Store coverage should already be 100% and an external animation library isn't mandatory for that anyway.

EmmanuelMess commented 8 years ago

@roughike API 8 has no animation I think NineOldAndroids could be used to make the SwipeSelector look the same in all supported APIs (not to add more).