标签: android android-4.0-ice-cream-sandwich android-actionbar
我正在编写一个应用程序,我想使用Android 3.x及更高版本Android中提供的新ActionBar。该应用程序仍然需要支持大多数设备,大多数设备都运行2.x版本。
我已经配置了我的项目,因此minSdk设置为API 8,targetSDK设置为API 14.
我的问题是,使用ActionBar等新SDK功能的最佳做法是什么,并且仍然支持运行不支持此类功能的旧版Android的旧设备?
答案 0 :(得分:1)
我建议使用ActionBarSherlock。它提供了ICS ActionBar的向后兼容性等等。
答案 1 :(得分:0)
使用v7-appcompat支持库。
点击此处:http://developer.android.com/tools/support-library/features.html
对于设置:https://developer.android.com/tools/support-library/setup.html