Compose में इमेज और ग्राफ़िक
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
अपने Android ऐप्लिकेशन में आकर्षक विज़ुअल का इस्तेमाल करके, ऐप्लिकेशन को बेहतर बनाया जा सकता है. Android में, स्क्रीन पर कुछ भी विज़ुअल तौर पर रेंडर करने के कई तरीके हैं. जैसे, वेक्टर, बिटमैप या सीधे तौर पर स्क्रीन पर कैनवस का इस्तेमाल करके ड्रॉ करना. इस सेक्शन में, अलग-अलग तरह के ग्राफ़िक इस्तेमाल करने का तरीका जानें.
इन जानकारी का इस्तेमाल करके, इमेज के साथ काम करने का तरीका जानें:
- इमेज लोड करना: डिस्क या इंटरनेट से इमेज लोड करने का तरीका जानें
- ImageBitmap बनाम ImageVector: रास्टर और वेक्टर, दो सबसे सामान्य इमेज फ़ॉर्मैट के साथ काम करने का तरीका जानें.
- Material आइकॉन: Material Design 3 के दिशा-निर्देशों के मुताबिक, स्क्रीन पर एक रंग का आइकॉन बनाने के आसान तरीके के बारे में जानें.
- इमेज को पसंद के मुताबिक बनाएं: Image कंपोज़ेबल की प्रॉपर्टी का इस्तेमाल करके, इमेज को पसंद के मुताबिक बनाने का तरीका जानें.
- कस्टम पेंटर: इमेज को और ज़्यादा पसंद के मुताबिक बनाने के लिए, कस्टम पेंटर ऑब्जेक्ट के बारे में जानें.
- परफ़ॉर्मेंस को ऑप्टिमाइज़ करना: जानें कि परफ़ॉर्मेंस से जुड़ी समस्याओं से बचने के लिए, इमेज का सबसे सही तरीके से इस्तेमाल कैसे करें.
ग्राफ़िक्स के साथ काम करने के बारे में ज़्यादा जानने के लिए, यहां जाएं.
इस पेज पर मौजूद कॉन्टेंट और कोड सैंपल कॉन्टेंट के लाइसेंस में बताए गए लाइसेंस के हिसाब से हैं. 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,["Using bright, engaging visuals in your Android apps can help improve the look\nand feel of your application. In Android, there are a few different ways in\nwhich you can render something visually on screen- using either a vector,\nbitmap, or directly drawing with a canvas on screen. In this section, learn\nhow to work these different kinds of graphics.\n\nLearn how to work with images using these details:\n\n- [Loading images](/develop/ui/compose/graphics/images/loading): Learn how to load an image from disk or the internet\n- [ImageBitmap versus ImageVector](/develop/ui/compose/graphics/images/compare): Learn how to work with the two most common image formats, raster and vector.\n- [Material icons](/develop/ui/compose/graphics/images/material): Learn about a convenient way to draw a single color icon on the screen, following Material Design 3 guidelines.\n- [Customize an image](/develop/ui/compose/graphics/images/customize): Learn how to customize an image using properties of an Image composable.\n- [Custom painter](/develop/ui/compose/graphics/images/custompainter): Learn about custom painter objects to additionally customize your image.\n- [Optimizing performance](/develop/ui/compose/graphics/images/optimization): Learn about how to best work with images to avoid performance issues.\n\nYou can also learn more about working with Graphics [here](/develop/ui/compose/graphics/graphics-sub)."]]