Skip to main content
Chris Banes

Chris Banes

Mobile Software Engineer with a love of writing user interfaces

Recent

SwiftUI for Jetpack Compose developers - State (I)
·5023 words·24 mins
Explore the seamless transition from Jetpack Compose to SwiftUI for developers. Dive into the intricacies of managing state in SwiftUI, gaining valuable insights and tips for a smooth development experience.
Parallax effect in Jetpack Compose
·1034 words·5 mins
The best way to implement a Parallax effect in Jetpack Compose
Composable metrics
·3906 words·19 mins
As teams start using Jetpack Compose, most of them eventually find that there is a missing piece of the puzzle: measuring the performance of your composables.
Slotting in with Compose UI
·1550 words·8 mins
The Slot API pattern is a pattern which is used extensively throughout the Compose UI codebase.
Always provide a Modifier parameter
·1235 words·6 mins
This is hopefully going to be a short post, but one which I think is timely as more people start using Jetpack Compose.