संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
ज़्यादातर Android ऐप्लिकेशन में, सिस्टम बार, नेविगेशन एरिया, और बॉडी के तौर पर जाने जाने वाले क्षेत्र होते हैं.
चौथी इमेज: Android ऐप्लिकेशन के हिस्से: सिस्टम बार
(1), नेविगेशन एरिया (2),
और बॉडी (3)
सिस्टम बार
स्टेटस बार और नेविगेशन बार को मिलाकर सिस्टम बार कहा जाता है. इनमें बैटरी लेवल, समय, और सूचनाओं से जुड़ी चेतावनियों जैसी ज़रूरी जानकारी दिखती है. साथ ही, इनकी मदद से डिवाइस को कहीं से भी सीधे तौर पर कंट्रोल किया जा सकता है. सिस्टम बार के बारे में ज़्यादा जानें.
पांचवीं इमेज: सिस्टम बार (1)
नेविगेशन क्षेत्र
नेविगेशन से पता चलता है कि उपयोगकर्ता को आपके ऐप्लिकेशन में नेविगेट करने, अहम कार्रवाइयां ऐक्सेस करने या Android प्लैटफ़ॉर्म पर जाने के लिए, कौन-कौनसी सुविधाएं उपलब्ध हैं.
शरीर का हिस्सा
बॉडी रीजन में स्क्रीन का कॉन्टेंट होता है. मुख्य कॉन्टेंट में अन्य ग्रुपिंग और लेआउट पैरामीटर शामिल होते हैं. यह नेविगेशन और सिस्टम बार वाले हिस्सों में दिखना चाहिए.
एज-टू-एज इनसेट के लिए, [`WindowCompat.setDecorFitsSystemWindows(window, false)`][5] का एलान करें.
अपने लेआउट के लिए सही कंपोज़िशन और नेविगेशन पैटर्न तय करने के लिए, यह समझने की कोशिश करें कि उपयोगकर्ता आपके कॉन्टेंट के साथ कैसे इंटरैक्ट करते हैं. साथ ही, वे आपके ऐप्लिकेशन के इन्फ़ॉर्मेशन आर्किटेक्चर को कैसे नेविगेट करते हैं. इस जानकारी की मदद से, अपने डिज़ाइन को ज़्यादा उपयोगकर्ता-केंद्रित बनाया जा सकता है. इसके लिए, ऐसा यूज़र इंटरफ़ेस (यूआई) बनाएं जिस पर उपयोगकर्ता कार्रवाई कर सकें.
इस पेज पर मौजूद कॉन्टेंट और कोड सैंपल कॉन्टेंट के लाइसेंस में बताए गए लाइसेंस के हिसाब से हैं. Java और OpenJDK, Oracle और/या इससे जुड़ी हुई कंपनियों के ट्रेडमार्क या रजिस्टर किए हुए ट्रेडमार्क हैं.
आखिरी बार 2025-08-28 (UTC) को अपडेट किया गया.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-08-28 (UTC) को अपडेट किया गया."],[],[],null,["Most Android apps consist of regions referred to as the [system bars](/design/ui/mobile/guides/foundations/system-bars),\nthe navigation area, and the body.\n**Figure 4:** Parts of an Android app: systems bars (1), navigation area (2), and body (3)\n\nSystem bars\n\nThe status bar and navigation bar--collectively known as the system bars--display\nimportant information such as battery level, the time, and notification alerts,\nand provide direct device interaction from anywhere. Read more about [system\nbars](/design/ui/mobile/guides/foundations/system-bars).\n**Figure 5:** System bars (1)\n\nNavigation region\n\nNavigation represents the different affordances that allow a user to\nnavigate within your app, access important actions, or across the Android\nplatform.\n\nBody region \nThe body region holds the screen content. Body content is composed of additional\ngroupings and layout parameters. It must continue under navigation and system\nbar regions.\n\nDeclare \\[\\`WindowCompat.setDecorFitsSystemWindows(window, false)\\`\\]\\[5\\] for\nedge-to-edge insets.\n\nTo determine the appropriate composition and navigation patterns for your\nlayout, seek to understand how users interact with your content, and how they\nnavigate your app's information architecture. This understanding can guide your\ndesign toward being more user-focused by creating UI that users can act on."]]