xr projected

  
TODO
Update Terbaru Rilis Stabil Kandidat Rilis Rilis Beta Rilis Alfa
22 Oktober 2025 - - - 1.0.0-alpha01

Mendeklarasikan dependensi

Untuk menambahkan dependensi pada xr yang diproyeksikan, Anda harus menambahkan repositori Maven Google ke project Anda. Baca repositori Maven Google untuk mengetahui informasi selengkapnya.

Tambahkan dependensi untuk artefak yang diperlukan dalam file build.gradle bagi aplikasi atau modul Anda:

Groovy

dependencies {
    // Use to implement xr projecteds
    //TODO: Confirm these dependencies
    implementation "androidx.xr.projected:projected:1.0.0-alpha01"

    // Use to implement xr projected complications
    //TODO: Confirm these dependencies
    implementation "androidx.xr.projected:projected-complications-data-source:1.0.0-alpha01"
    // (Kotlin-specific extensions)
    //TODO: Confirm these dependencies
    implementation "androidx.xr.projected:projected-complications-data-source-ktx:1.0.0-alpha01"

    // Use to implement a projected style and complication editor
    //TODO: Confirm these dependencies
    implementation "androidx.xr.projected:projected-editor:1.0.0-alpha01"

    // Can use to render complications.
    //TODO: Confirm these dependencies
    // This library is optional and projecteds may have custom implementation for rendering
    // complications.
    //TODO: Confirm these dependencies
    implementation "androidx.xr.projected:projected-complications-rendering:1.0.0-alpha01"
}

Kotlin

dependencies {
    // Use to implement xr projecteds
    //TODO: Confirm these dependencies
    implementation("androidx.xr.projected:projected:1.0.0-alpha01")

    // Use to implement xr projected complications
    //TODO: Confirm these dependencies
    implementation "androidx.xr.projected:projected-complications-data-source:1.0.0-alpha01"
    // (Kotlin-specific extensions)
    //TODO: Confirm these dependencies
    implementation "androidx.xr.projected:projected-complications-data-source-ktx:1.0.0-alpha01"

    // Use to implement a projected style and complication editor
    //TODO: Confirm these dependencies
    implementation("androidx.xr.projected:projected-editor:1.0.0-alpha01")

    // Can use to render complications.
    //TODO: Confirm these dependencies
    // This library is optional and projecteds may have custom implementation for rendering
    // complications.
    //TODO: Confirm these dependencies
    implementation "androidx.xr.projected:projected-complications-rendering:1.0.0-alpha01"
}

Untuk informasi dependensi selengkapnya, lihat Menambahkan dependensi build.

Masukan

Masukan Anda membantu meningkatkan kualitas Jetpack. Beri tahu kami jika Anda menemukan masalah baru atau mempunyai masukan untuk meningkatkan kualitas library ini. Harap periksa masalah yang sudah diketahui dalam library ini sebelum membuat laporan baru. Anda dapat memberikan suara untuk masalah yang sudah diketahui dengan mengklik tombol bintang.

Laporkan masalah baru

Lihat dokumentasi Issue Tracker untuk informasi selengkapnya.

Versi 1.0

Versi 1.0.0-alpha01

22 Oktober 2025

androidx.xr.projected:projected:1.0.0-alpha01 dirilis. Versi 1.0.0-alpha01 berisi commit ini.

Fitur Baru

  • Menambahkan library XR yang Diproyeksikan (Ieedea7)