Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Should I use ActionBarSherlock for Android 4.0+ apps?

My app will only run on Android 4.0/API 14 or later (i.e. minSdkVersion="14", targetSdkVersion="17").

Is there any advantage to using ActionBarSherlock in this scenario?

like image 849
Dave Pascua Avatar asked Apr 02 '13 23:04

Dave Pascua


1 Answers

Is there any advantage to using ActionBarSherlock in this scenario?

As the developer of ActionBarSherlock I can only tell you one thing...

NOPE! :)

The whole point of the library was that someday it can just go away. You can read more about this in a blog post I wrote called "Deprecated from Inception".

like image 75
Jake Wharton Avatar answered Nov 08 '22 19:11

Jake Wharton