How do I make an activity full screen? I mean without the notification bar. Any ideas?
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.