Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is actionbarsherlock needed anymore?

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

like image 609
Six80 Avatar asked Aug 30 '13 06:08

Six80


Video Answer


3 Answers

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.

like image 61
Dark Magic Avatar answered Oct 18 '22 01:10

Dark Magic


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

like image 21
Jiejing Zhang Avatar answered Oct 18 '22 01:10

Jiejing Zhang


Actionbar sherlock will not upgrade anymore so consider using appcompat

like image 2
krishnakind Avatar answered Oct 18 '22 03:10

krishnakind