An app is in full screen mode when it occupies all the available space on the screen surface.
I've been battling with setSystemUiVisibility() to try to hide the soft navigation buttons for a while (for a video player). …
android android-layout android-fullscreenpublic class MainActivity extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { this.getWindow().getDecorView().setSystemUiVisibility(getSystemUiFlags()); super.onCreate(savedInstanceState); setContentView(…
android android-fullscreenBackground I'm trying to put a layer on top of the current activity which would have explanation of what is …
android dialog transparent android-fullscreenI am trying to build a fullscreen app and when I run it in a Acer Iconia 8, The title don't …
android android-4.4-kitkat android-fullscreenI am setting a specific activity full screen when the use hits a START button. In this case the showStopButton() …
android android-fullscreenI want to create a popupwindow for fullscreen i've used the following : LayoutInflater inflater = (LayoutInflater) MainActivity.this.getSystemService(Context.LAYOUT_…
android popupwindow android-fullscreenI am making a simple game and so far I've been using the Blank Activity. Now I want it to …
android fullscreen android-fullscreenI want to enter full screen mode in Android Studio. Is there any Keyboard Shortcut for doing it. What Is …
android android-studio keyboard-shortcuts android-fullscreen android-ideOk so I am trying to replicate the look and feel of the Muzei Live Wallpaper App by Roman Nurik …
android android-layout android-fullscreenI have a custom camera application and I want for any preview sizes to display it in full screen mode …
android android-camera surfaceview android-fullscreen