What is a suitable replacement for android ActionBar?

android, java

Solution

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

Problem

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? - Pop up menu - Context Menu etc.. Please suggest anything that you think would be a suitable replacement or similar to an actionbar.

Original source