google-home / sample-apps-for-matter-android

The Google Home Sample App for Matter (GHSA for Matter) uses the Home Mobile SDK to create an Android app that's similar to Google Home.
Apache License 2.0
108 stars 38 forks source link

Finalizes the migration to Jetpack Compose. #195

Closed pierredelisle closed 8 months ago

pierredelisle commented 8 months ago

Apologies, this is a huge PR. However, we only need to focus on the Compose artifacts that have been added to finalize that migration. Specifically:

and maybe check a few of the *Screen classes to verify they are properly designed now that all the Fragment artifacts have been removed.

There is one FIXME where I need TJ's help. See the FIXME[TJ] for details. Essentially, what's a proper way to have a shared TopAppBar, but still allow composables to modify its title.