2

Is there any benefit of using ActionBarSherlock instead of native android api, if the application is only targeting HoneyComb and above?

4

1 回答 1

1

ActionBarSherlock正如@CommonsWare 所说,在 API 14+(冰淇淋三明治)上使用本机 ActionBar。这个图书馆是

旨在通过单个 API ( actionbarsherlock.com )促进在所有版本的 Android 中使用操作栏设计模式

该库将在适当时自动使用本机操作栏。

所以没有多少 Honeycomb 设备(大多数都在升级),如果 Honeycomb 和 ICS 之间的差异对您的应用程序来说不是问题,您不需要使用 ABS。

于 2012-10-21T11:16:23.117 回答