[Android] How to Hide Action Bar

Tadashi Shigeoka ·  Mon, June 3, 2013

Notes on how to hide the action bar in Android app development.

getActionBar().hide();

That’s all from the Gemba.