xr glimmer
| नया अपडेट | स्टेबल रिलीज़ | रिलीज़ कैंडिडेट | बीटा रिलीज़ | ऐल्फ़ा रिलीज़ |
|---|---|---|---|---|
| 5 नवंबर, 2025 | - | - | - | 1.0.0-alpha01 |
डिपेंडेंसी का एलान करना
xr glimmer पर डिपेंडेंसी जोड़ने के लिए, आपको अपने प्रोजेक्ट में Google Maven रिपॉज़िटरी जोड़नी होगी. ज़्यादा जानकारी के लिए, Google की Maven रिपॉज़िटरी पढ़ें.
अपने ऐप्लिकेशन या मॉड्यूल के लिए, build.gradle फ़ाइल में उन आर्टफ़ैक्ट की डिपेंडेंसी जोड़ें जिनकी आपको ज़रूरत है:
ग्रूवी
dependencies { // Use to implement xr glimmers //TODO: Confirm these dependencies implementation "androidx.xr.glimmer:glimmer:1.0.0-alpha01" // Use to implement xr glimmer complications //TODO: Confirm these dependencies implementation "androidx.xr.glimmer:glimmer-complications-data-source:1.0.0-alpha01" // (Kotlin-specific extensions) //TODO: Confirm these dependencies implementation "androidx.xr.glimmer:glimmer-complications-data-source-ktx:1.0.0-alpha01" // Use to implement a glimmer style and complication editor //TODO: Confirm these dependencies implementation "androidx.xr.glimmer:glimmer-editor:1.0.0-alpha01" // Can use to render complications. //TODO: Confirm these dependencies // This library is optional and glimmers may have custom implementation for rendering // complications. //TODO: Confirm these dependencies implementation "androidx.xr.glimmer:glimmer-complications-rendering:1.0.0-alpha01" }
Kotlin
dependencies { // Use to implement xr glimmers //TODO: Confirm these dependencies implementation("androidx.xr.glimmer:glimmer:1.0.0-alpha01") // Use to implement xr glimmer complications //TODO: Confirm these dependencies implementation "androidx.xr.glimmer:glimmer-complications-data-source:1.0.0-alpha01" // (Kotlin-specific extensions) //TODO: Confirm these dependencies implementation "androidx.xr.glimmer:glimmer-complications-data-source-ktx:1.0.0-alpha01" // Use to implement a glimmer style and complication editor //TODO: Confirm these dependencies implementation("androidx.xr.glimmer:glimmer-editor:1.0.0-alpha01") // Can use to render complications. //TODO: Confirm these dependencies // This library is optional and glimmers may have custom implementation for rendering // complications. //TODO: Confirm these dependencies implementation "androidx.xr.glimmer:glimmer-complications-rendering:1.0.0-alpha01" }
डिपेंडेंसी के बारे में ज़्यादा जानने के लिए, बिल्ड डिपेंडेंसी जोड़ना लेख पढ़ें.
सुझाव/राय दें या शिकायत करें
आपके सुझाव, शिकायत या राय से Jetpack को बेहतर बनाने में मदद मिलती है. अगर आपको कोई नई समस्या मिलती है या आपके पास इस लाइब्रेरी को बेहतर बनाने के लिए सुझाव हैं, तो हमें बताएं. कृपया नई समस्या सबमिट करने से पहले, इस लाइब्रेरी में शामिल मौजूदा समस्याओं को देखें. स्टार बटन पर क्लिक करके, किसी मौजूदा समस्या के लिए वोट किया जा सकता है.
ज़्यादा जानकारी के लिए, Issue Tracker का दस्तावेज़ देखें.
वर्शन 1.0.0-alpha01
5 नवंबर, 2025
androidx.xr.glimmer:glimmer:1.0.0-alpha01 रिलीज़ हो गया है. वर्शन 1.0.0-alpha01 में ये बदलाव शामिल हैं.
नई सुविधाएं
- Android XR के लिए, Jetpack Glimmer, डिज़ाइन लैंग्वेज, और यूज़र इंटरफ़ेस (यूआई) कॉम्पोनेंट की डेवलपर रिलीज़. इसे साफ़ तौर पर समझने, पढ़ने में आसान बनाने, और कम से कम ध्यान भटकाने के लिए डिज़ाइन किया गया है. इसमें आसान स्टाइलिंग, अलग-अलग फ़ोकस, और ऑप्टिमाइज़्ड एलिवेशन का इस्तेमाल किया गया है.
- Glimmer के कॉम्पोनेंट के शुरुआती सेट का इस्तेमाल शुरू करें:
- टेक्स्ट
- आइकॉन
- टाइटल चिप
- कार्ड
- सूचियां
- बटन
- स्टैक (इस पर काम जारी है)