Hi Yuri, it would be nice to have a codelab from my perspective to introducing a first compose screen into an existing Wear app. Personally, I don’t need to have a shared feature between android:theme and Wear MaterialTheme.
But I need a MaterialTheme for wear compose to work, and the default theme from compose-wear and compose doesn’t work out of the box with my wear app which still support old android-wear with fragment using AppCompat activity.
I will also welcome the explanation of different theme structure in this codelab, such as “android:theme”, MaterialTheme from compose, and Wear Compose MatrialTheme. I think the Themes are sometime prerequisites for some features, and all these infos are quite fragmented and it is quite difficult to get a gist of these while migrating my wear os app to wear compose.
There is a compose migration codelab, which touches some of these issues for Android app migration to compose. It would be really great also to have one for wear os app, but i think the theme issue is really complicated for wear.