App Full Screen No Status Bar In Android Studio

[Solved] App Full Screen No Status Bar In Android Studio | Objectivec - Code Explorer | yomemimo.com
Question : app full screen ,no status bar in android studio

Answered by : lucky-lynx-b0qh6y81ylld

requestWindowFeature(Window.FEATURE_NO_TITLE);
getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,WindowManager.LayoutParams.FLAG_FULLSCREEN);
setContentView(R.layout.your_screen);

Source : https://stackoverflow.com/questions/5431365/how-to-hide-status-bar-in-android | Last Update : Tue, 26 Jul 22

Answers related to app full screen no status bar in android studio

Code Explorer Popular Question For Objectivec