लिखने के लिए टूल
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
Android Studio में कई टूल उपलब्ध हैं. इनकी मदद से, Jetpack Compose लाइब्रेरी का इस्तेमाल करके यूज़र इंटरफ़ेस (यूआई) को तेज़ी से डिज़ाइन किया जा सकता है. इन टूल का इस्तेमाल शुरू करने के लिए, सबसे पहले आपको ज़रूरी डिपेंडेंसी को अपनी Gradle फ़ाइल में जोड़ना होगा. इसके लिए, आपको Bill of Materials (BOM) का इस्तेमाल करना होगा.
डिज़ाइन स्पेसिफ़िकेशन के मुताबिक कॉम्पोनेंट, डिज़ाइन सिस्टम, और स्क्रीन बनाएं.
यूज़र इंटरफ़ेस (यूआई) को तेज़ी से बनाया जा सकता है. साथ ही, कॉन्टेक्स्ट स्विच किए बिना ऐप्लिकेशन को टेस्ट किया जा सकता है.
- लाइव एडिट: बदलाव लागू करें और उन्हें रीयल टाइम में देखें. इसके लिए, आपको पूरा बिल्ड बनाने की ज़रूरत नहीं है.
- एडिटर की कार्रवाइयां: Android Studio की एडिटर विंडो में, टेंप्लेट, गटर आइकॉन वगैरह का इस्तेमाल करें.
- लिंट चेक: लिंट चेक की मदद से, अपने Compose कोड की पुष्टि करें.
यूज़र इंटरफ़ेस (यूआई) को डीबग करने के लिए टूल
अपने ऐप्लिकेशन के यूज़र इंटरफ़ेस (यूआई) की परफ़ॉर्मेंस को बेहतर बनाने के लिए, लेआउट, रीकंपोज़िशन, और कंपोज़िशन ट्रेसिंग का विश्लेषण करें.
इस पेज पर मौजूद कॉन्टेंट और कोड सैंपल कॉन्टेंट के लाइसेंस में बताए गए लाइसेंस के हिसाब से हैं. Java और OpenJDK, Oracle और/या इससे जुड़ी हुई कंपनियों के ट्रेडमार्क या रजिस्टर किए हुए ट्रेडमार्क हैं.
आखिरी बार 2025-08-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-08-27 (UTC) को अपडेट किया गया."],[],[],null,["Android Studio provides a slate of tools to help you accelerate your UI design\nusing Jetpack Compose libraries. You can get started using those tools by first\nadding the necessary dependencies to your Gradle file through the Bill of\nMaterials (BOM). \n[Quick Start\nAdd the Compose BOM and library dependencies using the quick start guide\narrow_forward](/develop/ui/compose/setup)\n\nTools for designing your UI\n\nCreate components, design systems, and screens to align with design specs.\n\n- [Preview UI](/develop/ui/compose/tooling/previews): Preview, organize, and interact with composables.\n- [Preview animations](/develop/ui/compose/tooling/animation-preview): Inspect, debug, and preview animations frame by frame.\n\nTools for developing and testing your UI\n\nAccelerate building the UI and testing the running application with less context\nswitching.\n\n- [Live Edit](/develop/ui/compose/tooling/iterative-development): Apply changes and see them in real time without doing full builds.\n- [Editor actions](/develop/ui/compose/tooling/editor-actions): Use templates, gutter icons, and more in the Android Studio editor window.\n- [Lint checks](/develop/ui/compose/tooling/lint): Verify the correctness of your Compose code with lint checks.\n\nTools for debugging your UI\n\nAnalyze layout, recompositions, and composition tracing to improve your app's UI\nperformance.\n\n- [Layout Inspector](/develop/ui/compose/tooling/debug#layout_inspector): Inspect a Compose layout in an emulator or physical device.\n- [Compose UI Check](/develop/ui/compose/tooling/debug#compose_ui_check): Inspect Compose UI for accessibility and adaptive issues.\n- [Composition Tracing](/develop/ui/compose/tooling/tracing): Trace your composable functions in a system trace."]]