xr projected
Ultimo aggiornamento | Release stabile | Candidato per la release | Release beta | Release alpha |
---|---|---|---|---|
22 ottobre 2025 | - | - | - | 1.0.0-alpha01 |
Dichiara le dipendenze
Per aggiungere una dipendenza da xr projected, devi aggiungere il repository Maven di Google al tuo progetto. Per saperne di più, consulta il repository Maven di Google.
Aggiungi le dipendenze per gli artefatti necessari nel file build.gradle
per
la tua app o il tuo modulo:
Alla moda
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" }
Per saperne di più sulle dipendenze, consulta Aggiungi dipendenze di build.
Feedback
Il tuo feedback ci aiuta a migliorare Jetpack. Facci sapere se riscontri nuovi problemi o hai idee per migliorare questa libreria. Prima di segnalare un nuovo problema, dai un'occhiata ai problemi esistenti in questa raccolta. Puoi aggiungere il tuo voto a un problema esistente facendo clic sul pulsante a forma di stella.
Per ulteriori informazioni, consulta la documentazione di Issue Tracker.
Versione 1.0
Versione 1.0.0-alpha01
22 ottobre 2025
androidx.xr.projected:projected:1.0.0-alpha01
è stato rilasciato. La versione 1.0.0-alpha01 contiene questi commit.
Nuove funzionalità
- Aggiunge la raccolta XR proiettata (Ieedea7)