सिस्टम यूज़र इंटरफ़ेस (यूआई) की विज़िबिलिटी को कंट्रोल करना
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
पहली इमेज. सिस्टम बार, जिनमें [1] स्टेटस बार और [2] नेविगेशन बार शामिल हैं.
सिस्टम बार, स्क्रीन के ऐसे हिस्से होते हैं जिनका इस्तेमाल सूचनाएं दिखाने, डिवाइस की स्थिति के बारे में बताने, और डिवाइस को नेविगेट करने के लिए किया जाता है. आम तौर पर, सिस्टम बार (जिनमें स्टेटस और नेविगेशन बार शामिल होते हैं, जैसा कि पहले फ़िगर में दिखाया गया है) आपके ऐप्लिकेशन के साथ-साथ दिखते हैं. फ़िल्मों या इमेज जैसे इमर्सिव कॉन्टेंट दिखाने वाले ऐप्लिकेशन, कम ध्यान भटकाने वाले अनुभव के लिए सिस्टम बार के आइकॉन को कुछ समय के लिए धुंधला कर सकते हैं. इसके अलावा, पूरी तरह से इमर्सिव अनुभव के लिए, बार को कुछ समय के लिए छिपाया जा सकता है.
अगर आपने Android डिज़ाइन गाइड पढ़ी है, तो आपको पता होगा कि Android के स्टैंडर्ड यूज़र इंटरफ़ेस (यूआई) से जुड़ी गाइडलाइन और इस्तेमाल के पैटर्न के मुताबिक ऐप्लिकेशन डिज़ाइन करना कितना ज़रूरी है. सिस्टम बार में बदलाव करने से पहले, आपको अपने उपयोगकर्ताओं की ज़रूरतों और उम्मीदों के बारे में ध्यान से सोचना चाहिए. ऐसा इसलिए, क्योंकि ये बार उपयोगकर्ताओं को किसी डिवाइस को नेविगेट करने और उसकी स्थिति देखने का एक स्टैंडर्ड तरीका देते हैं.
इस क्लास में, Android के अलग-अलग वर्शन में सिस्टम बार को धुंधला करने या छिपाने का तरीका बताया गया है. इससे उपयोगकर्ताओं को बेहतरीन अनुभव मिलता है. साथ ही, सिस्टम बार को आसानी से ऐक्सेस किया जा सकता है.
लेसन
-
सिस्टम बार को डिम करना
-
स्टेटस और नेविगेशन बार को हल्का करने का तरीका जानें. (अब सेवा में नहीं है)
-
स्टेटस बार को छिपाना
-
Android के अलग-अलग वर्शन पर स्टेटस बार को छिपाने का तरीका जानें.
-
नेविगेशन बार छिपाना
-
स्टेटस बार के साथ-साथ नेविगेशन बार को छिपाने का तरीका जानें.
-
इमर्सिव फ़ुल-स्क्रीन मोड का इस्तेमाल करना
-
अपने ऐप्लिकेशन में पूरी तरह से इमर्सिव अनुभव देने का तरीका जानें.
-
यूज़र इंटरफ़ेस (यूआई) के दिखने की सेटिंग में हुए बदलावों के हिसाब से काम करना
-
सिस्टम यूज़र इंटरफ़ेस (यूआई) दिखने की स्थिति में होने वाले बदलावों की सूचना पाने के लिए, लिसनर को रजिस्टर करने का तरीका जानें
ताकि आप अपने ऐप्लिकेशन के यूज़र इंटरफ़ेस (यूआई) को उसके हिसाब से अडजस्ट कर सकें.
इस पेज पर मौजूद कॉन्टेंट और कोड सैंपल कॉन्टेंट के लाइसेंस में बताए गए लाइसेंस के हिसाब से हैं. Java और OpenJDK, Oracle और/या इससे जुड़ी हुई कंपनियों के ट्रेडमार्क या रजिस्टर किए हुए ट्रेडमार्क हैं.
आखिरी बार 2025-07-27 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-27 (UTC) को अपडेट किया गया."],[],[],null,["# Control the system UI visibility\n\n**Figure 1.** System bars, including the \\[1\\] status\nbar, and \\[2\\] navigation bar.\n\nThe [system bars](https://material.io/design/platform-guidance/android-bars.html) are screen areas dedicated to the display of notifications, communication\nof device status, and device navigation. Typically the system bars (which consist of the status\nand navigation bars, as shown in figure 1) are displayed\nconcurrently with your app. Apps that display immersive content, such as movies or images,\ncan temporarily dim the system bar icons for a less distracting experience,\nor temporarily hide the bars for a fully immersive experience.\n\nIf you're familiar with the [Android Design\nGuide](/design), you know the importance of designing your apps to conform to standard Android UI\nguidelines and usage patterns. You should carefully consider your users'\nneeds and expectations before modifying the system bars, since they give users a\nstandard way of navigating a device and viewing its status. \n\nThis class describes how to dim or hide system bars across different versions of Android\nto create an immersive user experience, while still preserving easy access to the system\nbars.\n\nLessons\n-------\n\n\n**[Dimming the System Bars](/training/system-ui/dim)**\n:\n Learn how to dim the status and navigation bars. (Deprecated)\n\n\n**[Hiding the Status Bar](/training/system-ui/status)**\n:\n Learn how to hide the status bar on different versions of Android.\n\n\n**[Hiding the Navigation Bar](/training/system-ui/navigation)**\n:\n Learn how to hide the navigation bar, in addition to the status bar.\n\n\n**[Using Immersive Full-Screen Mode](/training/system-ui/immersive)**\n:\n Learn how to create a fully immersive experience in your app.\n\n\n**[Responding to UI Visibility Changes](/training/system-ui/visibility)**\n:\n Learn how to register a listener to get notified of system UI visibility changes\n so that you can adjust your app's UI accordingly."]]