SyntaxFix
Write A Post
Hire A Developer
Questions
Be careful with
requestWindowFeature(Window.FEATURE_NO_TITLE);
If you are using any method to set the action bar as the follow:
getSupportActionBar().setHomeButtonEnabled(true);
It will cause a null pointer exception.