androidx.wear.compose.navigation3

Jetpack Compose Navigation 3 offers a flexible navigation framework that can be tailored to different platforms, including Wear OS. The key to this adaptation on Wear OS is the SwipeDismissableSceneStrategy.

This Navigation 3 scene strategy ensures that navigation on Wear OS devices integrates with the standard swipe-to-dismiss gesture and supports Android's Predictive Back system on newer API levels.

For more information, check out the Wear OS Compose guides.

Classes

SwipeDismissableSceneStrategy

A SceneStrategy that displays entries within a Wear Material component.

Composables