To make Activity fullscreen need to add below code public void onCreate(Bundle savedInstanceState) { requestWindowFeature(Window.FEATURE_NO_TITLE); setContentView(R.layout.activity_main);
super.onCreate(savedInstanceState);
getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,
WindowManager.LayoutParams.FLAG_FULLSCREEN);
}
How to reduce APK package size?
Set Activity to Fullscreen Mode in Android - RRutors
How to convert DP to Pixel and Pixel to Dp?
How to get an image resource by it's name in android?
FragmentPagerAdapter deprecated, Since API 27.1.0 FragmentPagerAdapter is deprecated.
INSTALL_FAILED_INVALID_APK: Split lib_slice_9_apk was defined multiple times. It is possible that th
How can i comment inside xml file in android studio?
What is ANR in android?
Add Jar/Library Files as Dependency in Android Studio
How do i load image from drawable folder in Jetpack Compose?
How to copy database from assets folder in android using kotlin
Explain Fragment Life Cycle
Hide/Disable soft keyboard on Activity launch: Android
Permission denied for window type 2010 in Marshmallow device
What is Context?
What is Android Fragments?
Fix Behavior Subclass BottomSheetBehavior Exception - RRutors
Fix Android Emulator Kill Error When Running Your App
FCM Not Receiving Notifications in Android - RRutors
Open PDF in Google Drive with Intent in Android - RRutors
Android Studio project R can't find
How to validate email address in Android with Kotlin?
How to install/ uninstall apk by command line ADB
How to Exit android app on back pressed?
What is ANR? How to avoid and resolve it?
Key Points to remember while develop the Android Application.
How to save activity State in Android?
How to check Android version?
How to get screen size (width,height) in Android?
Check List for Generate Signed APK Android
What is the difference between match_parent and fill_parent?
How to Generate signed apk with android studio
How to Use Deprecated Handler() in Android - RRutors Guide
Extract Date and Time from Long Type Variable - RRutors
What are Android Versions available?
ERR_ACCESS_DENIED in Android Webview with sdk 30
What is the Different Between val and var in Kotlin?
Symmetric vs Asymmetric Encryption in Android Server - RRutors
Emulator: emulator: ERROR: Can't find 'Linux version ' string in kernel image file: Andr
What is "shared preferences" in Android ?