I\'m using ActionBarSherlock and I\'m trying to hide the title bar of my application but whenever I do that, I get a NullPointerException when accessing the A
NullPointerException
A
I was searching for an answer for this. Found one solution.
actionBar = getActionBar(); actionBar.hide();
The above snippet will remove the tab title and slider. Hope it helps.