Stay organized with collections
Save and categorize content based on your preferences.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-08-13 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-13 UTC."],[],[],null,["# androidx.navigation3.ui\n=======================\n\n*** ** * ** ***\n\n[Kotlin](/reference/kotlin/androidx/navigation3/ui/package-summary \"View this page in Kotlin\") \\|Java\n\nInterfaces\n----------\n\n|-------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [OverlayScene](/reference/androidx/navigation3/ui/OverlayScene) | A specific scene to render 1 or more [NavEntry](/reference/androidx/navigation3/runtime/NavEntry) instances as an overlay. |\n| [Scene](/reference/androidx/navigation3/ui/Scene) | A specific scene to render 1 or more [NavEntry](/reference/androidx/navigation3/runtime/NavEntry)s. |\n| [SceneStrategy](/reference/androidx/navigation3/ui/SceneStrategy) | A strategy that tries to calculate a [Scene](/reference/androidx/navigation3/ui/Scene) given a list of [NavEntry](/reference/androidx/navigation3/runtime/NavEntry). |\n\nClasses\n-------\n\n|-----------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [DialogSceneStrategy](/reference/androidx/navigation3/ui/DialogSceneStrategy) | A [SceneStrategy](/reference/androidx/navigation3/ui/SceneStrategy) that displays entries that have added [dialog](/reference/androidx/navigation3/ui/DialogSceneStrategy.Companion#dialog(androidx.compose.ui.window.DialogProperties)) to their [NavEntry.metadata](/reference/androidx/navigation3/runtime/NavEntry#metadata()) within a [Dialog](/reference/androidx/compose/ui/window/package-summary#Dialog(kotlin.Function0,androidx.compose.ui.window.DialogProperties,kotlin.Function0)) instance. |\n| [LocalNavAnimatedContentScopeKt](/reference/androidx/navigation3/ui/LocalNavAnimatedContentScopeKt) | |\n| [NavDisplayKt](/reference/androidx/navigation3/ui/NavDisplayKt) | |\n| [SceneSetupNavEntryDecoratorKt](/reference/androidx/navigation3/ui/SceneSetupNavEntryDecoratorKt) | |\n| [SinglePaneSceneStrategy](/reference/androidx/navigation3/ui/SinglePaneSceneStrategy) | A [SceneStrategy](/reference/androidx/navigation3/ui/SceneStrategy) that always creates a 1-entry [Scene](/reference/androidx/navigation3/ui/Scene) simply displaying the last entry in the list. |\n| [DialogSceneStrategy.Companion](/reference/androidx/navigation3/ui/DialogSceneStrategy.Companion) | |\n| [NavDisplay](/reference/androidx/navigation3/ui/NavDisplay) | Object that indicates the features that can be handled by the [NavDisplay](/reference/androidx/navigation3/ui/NavDisplay) |"]]