How to add the Action bar in android 2.3 platform?
android, android-layout
Solution
I've used this library for adding an action bar to 2.2+ apps:
https://github.com/johannilsson/android-actionbar
I found it easy to use and visually appealing, although the style of it does not exactly match the default action bar in ICS.
Problem
In my application i want to create an action bar which as my application icon and a view control. I refered so many tutorials and samples to create action bar but all of them have a plenty of code. I have also read the ActionBarSherlock but this need minsdkversion 15 to compile the libraries. Because i am new in android therefore i need a step by step tutorial to create a simple action bar. If you know a simple and easy tutorial to create action bar using xml then please post your answer.