Using ActionBarSherlock As A Base

1 · Jake Wharton · May 15, 2012, midnight
ActionBarSherlock is an open source Android library which aims to bring the full experience of the action bar design pattern to previous versions of the platform under a unified API and theme. The library delegates to the built-in platform action bar where appropriate and uses a compatibility implementation otherwise. At present there are a few choices for adding an action bar to an application. Here we will talk about the advantages and disadvantages of three of the popular options that develop...