I’ve been looking at a few ActionBar scripts that support SDK 1.6 and above. Here’s the three main ones I’m looking at:
- https://github.com/johannilsson/android-actionbar
- http://github.com/JakeWharton/ActionBarSherlock
- http://android.cyrilmottier.com/?p=240
Which one do you recommend? or if you have another suggestion, let me know.
ActionBarSherlock is great library I’ve used it on several projects from Android 2.1 to 4.0 (it;s compatible to 1.6), the dev Jake Wharton is great at including the latest features from the Android compatibility library very quickly.
Here’s a link to the demo app useful for seeing some of the things you can do with it.