Outside of that, many composables are the same cod...
# compose-wear
c
Outside of that, many composables are the same code but they just produce wear optimized versions (there are some new ones too!), below are the main tech docs to get you started, happy coding! Material (will look here a lot.... for lists, use ScalingLazyColumn [wear optimized LazyColumn]) Foundation (probably won't look in here much) Navigation (swap rememberNavController() with rememberSwipeDismissableNavController() and NavHost with *SwipeDismissableNavHost*; most everything else is the same)