Would you want to use SceneStrategy with a per screen top app bar setup or would that not really work well? I was excited to try it after watching how easy it was to get a list detail view setup that way but not need to necessarily build it with a single Composable. But I always do TopBar per screen rather than a global one.
s
Seri
10/10/2025, 4:27 PM
It's complicated and it depends 😅
Sharing a persistent top bar between screens, while allowing each screen to configure and callback into the top bar, has been a tough architectural problem for as long as Android apps have been written