Fabii
Fabii

Reputation: 3890

What is a suitable replacement for android ActionBar?

I've developed an application that utilizes an actionBar, but apparently actionBar is only available for SDK 3.0 or later. I would like my application to be able to run on earlier SDKs, what would be a suitable replacement for an actionBar?

Please suggest anything that you think would be a suitable replacement or similar to an actionbar.

Upvotes: 4

Views: 633

Answers (3)

pragati
pragati

Reputation: 95

Some bugs still exist but it depends on how you use the library. The library is certainly more stable

Upvotes: 0

tomi
tomi

Reputation: 535

What about using the native google ActionBarCompat from support library: http://developer.android.com/resources/samples/ActionBarCompat/index.html

Upvotes: 0

no, you can also use Actionbar Sherlock which supports below Verion 3.0 and it good too. It is a library project and you just need to add reference to your project.

http://actionbarsherlock.com/

https://github.com/JakeWharton/ActionBarSherlock

enter image description here

Upvotes: 10

Related Questions