Android ActionBar in older versions -


i want make android application include action bar , app working on versions 2.2 latest of understand have make application android platform 2.1 (level 7) platform 2.3.4 (level 10) , use support library v7 or make platform 3.0 (level 11) , go on right? want make application available 2.2 4.3 same features , design platform use (2.2 or 4.3) , 1 include support library , values of (minsdkversion = 8), maxsdkversion = 18) , targetsdkversion = 18). when application don't run @ , make error i'm confused... couldn't find full example of this. note: don't want work actionbarsherlock library , got error when try extract zip file downloaded actionbarsherlock.com

actionbarsherlock great library, new project i'd start actionbarcompat android support library. http://developer.android.com/tools/support-library/setup.html

you need add android-support-v4 , android-support-v7 add action bar support on android.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -