I have seen tons of answers related to usage of ActionbarSherlock. Even that I use it for months I still don't have an answer why should I really used? What more it gives than the regular Android support library? I can use the support lib to gain the same visual appearance. I know it uses either the support or the native implementation depending on the running android version, but what's the practical benefit of this?
相关问题
- How can I create this custom Bottom Navigation on
- Bottom Navigation View gets Shrink Down
- How to make that the snackbar action button be sho
- Listening to outgoing sms not working android
- How to create Circular view on android wear?
相关文章
- android开发 怎么把图片放入drawable的文件夹下
- android上如何获取/storage/emulated/下的文件列表
- androidStudio有个箭头不认识
- SQLite不能创建表
- Windows - Android SDK manager not listing any plat
- Animate Recycler View grid when number of columns
- Why is the app closing suddenly without showing an
- Android OverlayItem.setMarker(): Change the marker
ActionBarSherlock
basically provides BACKWARD COMPATIBILITY which the android support library -v4 doesn't. It is because of this library andHoloEveryWhere
that users can enjoy ICS-like UI on their old phones (froyo,gingerbread,etc). If you are targetting Honeycomb/ICS/JB , just use native ActionBar. Hope that makes sense.There is no support ActionBar in the support lib. ABS is the only backport of the ActionBar. So if you want to have an ActionBar on ore HC devices, then this is the only way how to.
Edit:
There's now an official back port of the
ActionBar
available in the support library.It works on older platforms. Like Android 2.0.