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.
質問する
16325 次
2 に答える
6
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.
于 2012-05-28T12:49:24.563 に答える
2
Android の公式サイトからこのチュートリアルを読んでください。
ディスク上のパスからサポート jar をプロジェクト
に含めるだけです。その後、Android で API 11 以下の ActionBar を使用できます。android-support-v7-appcompat.jar
android-sdk-windows\extras\android\support\v7\appcompat\libs
公式の Android チュートリアルはこちら: アクションバー Android
于 2014-03-12T04:57:13.130 に答える