दूसरा टीयर: रिस्पॉन्सिव और ऑप्टिमाइज़ किया गया
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
रिस्पॉन्सिव लेआउट का इस्तेमाल करने वाले ऐप्लिकेशन, अलग-अलग स्क्रीन साइज़ के हिसाब से अपने-आप अडजस्ट हो जाते हैं. इससे उपयोगकर्ताओं को ज़्यादा फ़ायदा मिलता है. साथ ही, उन्हें ज़्यादा दिलचस्प और बेहतर अनुभव मिलता है.
रिस्पॉन्सिव लेआउट, बटन, टेक्स्ट फ़ील्ड, और डायलॉग जैसे एलिमेंट को डाइनैमिक तरीके से फ़ॉर्मैट और पोज़िशन करते हैं, ताकि लोगों को बेहतर अनुभव मिल सके. रिस्पॉन्सिव डिज़ाइन के तरीकों का इस्तेमाल करके, बड़ी स्क्रीन पर आपके ऐप्लिकेशन का इस्तेमाल करने वाले लोगों को अपने-आप अतिरिक्त फ़ायदे ऑफ़र करें. रिस्पॉन्सिव डिज़ाइन से बड़ी स्क्रीन का इस्तेमाल करने वाले लोगों को बेहतर अनुभव मिलता है. जैसे, एक नज़र में ज़्यादा टेक्स्ट दिखना, स्क्रीन पर ज़्यादा कार्रवाइयां करना या बड़े और आसानी से ऐक्सेस किए जा सकने वाले टैप टारगेट.
रिस्पॉन्सिव डिज़ाइन की मदद से वैल्यू जोड़ना
check_circle
यह करें
- M3 Compose कॉम्पोनेंट लाइब्रेरी का इस्तेमाल करें. इसमें रिस्पॉन्सिव और अडैप्टिव व्यवहार पहले से मौजूद होता है.
- रिस्पॉन्सिव लेआउट का इस्तेमाल करें. ये लेआउट, स्क्रीन के अलग-अलग साइज़ के हिसाब से उपलब्ध जगह को भरने के लिए, अपने-आप और आसानी से अडजस्ट हो जाते हैं.
cancel
यह न करें
- ज़्यादा जगह भरने के लिए, यूज़र इंटरफ़ेस (यूआई) एलिमेंट को स्ट्रेच करें. इनमें टेक्स्ट फ़ील्ड, बटन, और डायलॉग शामिल हैं.
- फ़ॉन्ट का साइज़ बढ़ाएं. हालांकि, ऐसा तब न करें, जब फ़ॉन्ट का इस्तेमाल मुख्य रूप से ग्राफ़िक के तौर पर किया जा रहा हो.
उदाहरण
नीचे दी गई इमेज में, ऐसे ऐप्लिकेशन के उदाहरण दिखाए गए हैं जो अलग-अलग डिवाइसों के हिसाब से काम करते हैं और ऑप्टिमाइज़ किए गए हैं.
इस पेज पर मौजूद कॉन्टेंट और कोड सैंपल कॉन्टेंट के लाइसेंस में बताए गए लाइसेंस के हिसाब से हैं. Java और OpenJDK, Oracle और/या इससे जुड़ी हुई कंपनियों के ट्रेडमार्क या रजिस्टर किए हुए ट्रेडमार्क हैं.
आखिरी बार 2025-07-27 (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-07-27 (UTC) को अपडेट किया गया."],[],[],null,["# Tier 2: Responsive and optimized\n\nApps that employ responsive layouts and automatically adapt to different screen\nsizes offer additional value to users and provide more productive, engaging user\nexperiences.\n\nResponsive layouts dynamically format and position elements such as buttons,\ntext fields, and dialogs for an optimal user experience. Automatically offer\nusers of your app additional value on larger screens by utilizing responsive\ndesign practices. Whether it's more text visible at a glance, more actions on\nscreen, or larger, more accessible tap targets, responsive practices provide an\nenhanced experience for users of larger screens.\n\nAdd value through responsive design\n-----------------------------------\n\ncheck_circle\n\n### Do\n\n- Use the M3 Compose component library which has built-in responsive and adaptive behavior.\n- Utilize responsive layouts, which automatically and smoothly adjust to fill the available space across screen sizes. \ncancel\n\n### Don't\n\n- Stretch UI elements---including text fields, buttons, dialogs---to fill extra space.\n- Increase the sizes of fonts, unless they're serving a primarily graphic purpose.\n\nExamples\n--------\n\nThe following images show examples of apps that are responsive and optimized.\n\n\n### Edge-hugging buttons\n\n\u003cbr /\u003e\n\n\n### List of cards\n\n\u003cbr /\u003e\n\n\n### List of switchers and buttons\n\n\u003cbr /\u003e\n\n\n### Tile with image cards\n\n\u003cbr /\u003e\n\n\n### List of cards with images\n\n\u003cbr /\u003e\n\n\n### Tile with graph\n\n\u003cbr /\u003e"]]