when greendroid and Actionbarsherlock (ABS) is used in android app

282 Views Asked by At

There are two awesome android UI libs Greendroid and Actionbarsherlock. I want to know when i can use them, which scenario i require these. Does both lib provide same functionalists?.

1

There are 1 best solutions below

3
On

You should not use Greendroids implementation of the ActionBar. Use ActionBarSherlock. Greendroid only mimics the ActionBar, whereas ActionBarSherlock is a (almost) 100% backport of the native ActionBar, as found on Honeycomb and above.