[Android] How to Hide Action Bar
Notes on how to hide the action bar in Android app development.
getActionBar().hide();
That’s all from the Gemba.