Top "Android-fullscreen" questions

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

Full Screen without navigation & status bars

I want to create a activity with full screen. Nothing on above like Notification Bar and nothing below like Home-Button …

android android-layout android-activity android-view android-fullscreen
How to make VideoView full screen

I want to play a video in my Activity using a VideoView,and make it fullscreen and landscape mode (with …

android android-videoview landscape android-fullscreen
Using SystemUiHider to keep the navigation bar hidden

In older versions of Android, it was necessary to use: android:theme="@android:style/Theme.NoTitleBar.Fullscreen" in the manifest …

android uinavigationbar fullscreen android-fullscreen
Full screen + action bar (Immersive)

Currently I am using low profile mode to hide the top black bar and dim the bottom nav bar. I …

android android-actionbar android-fullscreen
How to completely exit from Immersive full screen mode?

I would like to implement a button to enable/disable the immersive full screen mode. I'm using those methods but …

android fullscreen android-4.4-kitkat android-fullscreen
Fullscreen VideoView in landscape mode

I wish to make VideoView into full screen in landscape mode. I tried this. It shows a margin from left …

android android-fullscreen android-videoview
SurfaceFlinger: Failed to find layer FullScreenFragmentActivity in layer parent (no-parent)

I have a BottomSheetFragmentActivity which causes this crash on Android 8.0 devices. I am looking for a workaround, without setting targetSDK …

android android-fragments bottom-sheet android-fullscreen
Android 4.4 : SYSTEM_UI_FLAG_IMMERSIVE_STICKY cannot be resolved or is not a field

I would like to use SYSTEM_UI_FLAG_IMMERSIVE_STICKY mode but i get this error : SYSTEM_UI_FLAG_IMMERSIVE_…

android android-4.4-kitkat android-fullscreen
Switching from full screen to not full screen pop/slide

Going from not full screen to full screen with Android works fine. However, upon returning from my full screen activity (…

android android-fullscreen