المشاركات

[ KOTLIN ] FULLSCREEN ACTIVITY

                                       "Click here" To Watch Video tutorial

Step 1 :
  • Create New Project With EmptyActivity
Step 2 :
  • Add the following code to MainActivity.java ( for hide status bar)

requestWindowFeature(Window.FEATURE_NO_TITLE) window.setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN)

                        or

   if (Build.VERSION.SDK_INT >= 16) {
                getWindow().setFlags(AccessibilityNodeInfoCompat.ACTION_NEXT_HTML_ELEMENT, AccessibilityNodeInfoCompat.ACTION_NEXT_HTML_ELEMENT)
                getWindow().getDecorView().setSystemUiVisibility(3328)
            }else{
                requestWindowFeature(Window.FEATURE_NO_TITLE);
                this.getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN)

            }


And for hide title bar, Change  AppCompatActivity into Activity                                           

Step 4 : 
  • Run Your App
Cookie Consent
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Oops!
It seems there is something wrong with your internet connection. Please connect to the internet and start browsing again.
AdBlock Detected!
We have detected that you are using adblocking plugin in your browser.
The revenue we earn by the advertisements is used to manage this website, we request you to whitelist our website in your adblocking plugin.
Site is Blocked
Sorry! This site is not available in your country.