Is actionbarsherlock needed anymore?

前端 未结 3 793
闹比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: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.

提交回复
热议问题