An app is in full screen mode when it occupies all the available space on the screen surface.
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-fullscreenI want to play a video in my Activity using a VideoView,and make it fullscreen and landscape mode (with …
android android-videoview landscape android-fullscreenIn older versions of Android, it was necessary to use: android:theme="@android:style/Theme.NoTitleBar.Fullscreen" in the manifest …
android uinavigationbar fullscreen android-fullscreenCurrently I am using low profile mode to hide the top black bar and dim the bottom nav bar. I …
android android-actionbar android-fullscreenI 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-fullscreenI wish to make VideoView into full screen in landscape mode. I tried this. It shows a margin from left …
android android-fullscreen android-videoviewI 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-fullscreenI 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-fullscreenGoing from not full screen to full screen with Android works fine. However, upon returning from my full screen activity (…
android android-fullscreen