Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions .google/packaging.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Copyright (C) 2025 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# GOOGLE SAMPLE PACKAGING DATA
#
# This file is used by Google as part of our samples packaging process.
# End users may safely ignore this file. It has no relevance to other systems.
---
status: PUBLISHED
technologies: [Android, XR, JetpackCompose]
categories:
- Jetpack
- Jetpack Compose Layouts
- Android XR
languages: [Kotlin]
solutions:
- Mobile
- XR
github: android/xr-samples
level: INTERMEDIATE
apiRefs:
- android:androidx.compose.Composable
Comment on lines +32 to +33

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

To improve the discoverability of this sample, consider adding more specific API references that are central to the XR functionality demonstrated. The current apiRefs only lists androidx.compose.Composable, which is very general.

Key APIs used in this sample that would be valuable to include are:

  • androidx.xr.compose.subspace.SpatialPanel
  • androidx.xr.compose.spatial.Orbiter
  • androidx.xr.compose.platform.LocalSpatialCapabilities
apiRefs:
  - android:androidx.compose.Composable
  - android:androidx.xr.compose.subspace.SpatialPanel
  - android:androidx.xr.compose.spatial.Orbiter
  - android:androidx.xr.compose.platform.LocalSpatialCapabilities

license: apache2