Top "Android-fullscreen" questions

An app is in full screen mode when it occupies all the available space on the screen surface.

setSystemUiVisibility(SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION) does not work

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-fullscreen
Immersive mode navigation becomes sticky after volume press or minimise-restore

public class MainActivity extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { this.getWindow().getDecorView().setSystemUiVisibility(getSystemUiFlags()); super.onCreate(savedInstanceState); setContentView(…

android android-fullscreen
Create a transparent dialog on top of activity

Background I'm trying to put a layer on top of the current activity which would have explanation of what is …

android dialog transparent android-fullscreen
Theme.AppCompat.Light.NoActionBar.FullScreen Not Working with Android 4.4

I 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-fullscreen
android - requestWindowFeature(Window.FEATURE_NO_TITLE) exception

I am setting a specific activity full screen when the use hits a START button. In this case the showStopButton() …

android android-fullscreen
Android Popup Window Full Screen

I want to create a popupwindow for fullscreen i've used the following : LayoutInflater inflater = (LayoutInflater) MainActivity.this.getSystemService(Context.LAYOUT_…

android popupwindow android-fullscreen
Using full screen Activity

I am making a simple game and so far I've been using the Blank Activity. Now I want it to …

android fullscreen android-fullscreen
Android Studio Keyboard Shortcut for full screen mode

I 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-ide
How to make a FullScreen Activity on Android

Ok so I am trying to replicate the look and feel of the Muzei Live Wallpaper App by Roman Nurik …

android android-layout android-fullscreen