Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Action Bar

I am looking for an implementation of the ActionBar in Android 2.1 to 2.3.4 where i can dynamically set the contents of the action bar from the particular activity and also the actions on click of the buttons from the action bar.

Is there any open source lib of this sort or can someone help me how to start on building the same.

like image 439
Harsha M V Avatar asked Aug 27 '11 10:08

Harsha M V


1 Answers

There is ActionBarSherlock and android-actionbar.

like image 141
CommonsWare Avatar answered Nov 02 '22 12:11

CommonsWare