Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is a suitable replacement for android ActionBar?

Tags:

java

android

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.

like image 826
Fabii Avatar asked Dec 27 '22 02:12

Fabii


1 Answers

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

like image 160
Mohammed Azharuddin Shaikh Avatar answered Jan 16 '23 00:01

Mohammed Azharuddin Shaikh