Is actionbarsherlock needed anymore?

2019-02-11 16:31发布

Since you can use ActionBar from the v7 appcompat library in the support library, is there any reason to use actionbarsherlock anymore?

3条回答
一夜七次
2楼-- · 2019-02-11 16:45

If you develop a new app, you should consider ActionBarCompat as your first choice. Google put more devs to support that lib in the future.

If your app is using ActionBarSherlock, keep using it, or migrate to ActionBarCompat to get some other functionalities and supporting from GG Android team.

查看更多
走好不送
3楼-- · 2019-02-11 16:49

Refer This question to wheter you want to use actionsharlock or not: Also it have a detail compare in screen between two:

Difference between ActionBarSherlock and ActionBar Compatibility actionbarsherlock-and-actionbar-compatibility

查看更多
仙女界的扛把子
4楼-- · 2019-02-11 16:57

Actionbar sherlock will not upgrade anymore so consider using appcompat

查看更多
登录 后发表回答