Is actionbarsherlock needed anymore?

前端 未结 3 795
闹比i
闹比i 2021-01-04 00:06

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

相关标签:
3条回答
  • 2021-01-04 00:21

    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

    0 讨论(0)
  • 2021-01-04 00:23

    Actionbar sherlock will not upgrade anymore so consider using appcompat

    0 讨论(0)
  • 2021-01-04 00:30

    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.

    0 讨论(0)
提交回复
热议问题