Is there a good sample of Ambient Mode with Wear Compose? Is it extend FragmentActivity or AppCompatActivity, use the Callback to set Ambient mode in a ViewModel state field and have a simplified UI code path when enabled?
yschimke
11/04/2021, 8:57 AM
Or is there a plan eventually for Wear Compose to take care of ambient mode somehow? Changing theme styles? A CompositionLocalProvider for LocalAmbientMode?