Creating Reusable TopBar in Jetpack Compose and Slot Pattern
Oct 12, 2022 · 7 min read · I was looking for a way to write a composable function that takes content as a parameter and didn't see many examples of that. I just realized that I'm rewriting the same lines of code for each screen and I started to search for a solution. I didn't ...
Join discussion