This system looks like it provides a fully functioning actionbar system on preHoneycomb devices.
ActionBarCompat
與本機操作欄或ActionBarSherlock相比不是「完全正常運行」。
Has anyone managed to use this actionbarhelper class with actionbartabs?
它不支持標籤。
I'm having a heck of a time trying to import my android project to work with ABS, whether it was getting my R file to link, bringing the manifest into the folder, getting the correct package names so my activities would launch, and beyond all that, the highly cluttered src folder.
步驟#1:下載ABS ZIP文件。
第2步:導入項目(在library/
)到Eclipse,標誌着它與Android 4.0或更高版本進行編譯。
第3步:將它作爲庫項目添加到您的現有項目中。步驟#4:從SherlockActivity
或相關類別(例如,SherlockListActivity
)繼承,並根據需要更新其他參考文獻(例如MenuInflater
)爲Sherlock等價物。
步驟#5:將Theme.Sherlock
添加到您的<application>
或<activity>
元素。
而這正是超出你通常使用本機操作欄所做的。
So if it's possible to use this Google-provided code instead, I think it might be desirable
Android Developers站點的「samples」區域中的代碼就是這樣的示例代碼。代碼不受支持,未被維護(有些甚至不再工作)等等。如果您希望將這些代碼用於有更多工程師使用它的組件,並擁有自己的支持組等,那麼您就是歡迎來這樣做。
This is my first application on Android and it's been a beast just getting to the point where I can say I have a fully functioning ViewPager, TabAdapter, system of fragment tabs, and some basic login/register features from an SQL server.
那麼也許你應該用一個簡單的應用程序啓動。你所描述的不是我推薦的人開始,除非他們得到了具體的指導(例如,一組教程)。
如果你知道你在做什麼,集成ABS非常簡單和容易。 ActionBarCompat實用程序很有用,但它不能處理任何接近許多ABS功能的地方。它處理非常基本的ActionBar。 – HandlerExploit 2012-03-31 19:54:01
我從來沒有說過我知道我在做什麼。這是我在Android上的第一個應用程序,它只是一個野獸,我可以說我有一個全功能的ViewPager,TabAdapter,片段選項卡系統,以及一些SQL服務器的基本登錄/註冊功能。我會從你的評論中拿掉這個想法,即我應該讓自己的方式通過獲取ABS功能而不是嘗試設置ActionBarCompat。 – Davek804 2012-03-31 20:03:11