Skip to main content

Posts

Multiplatform Strings

·2026 words·10 mins
Simplify multilingual app development with Twine! Learn how to manage and export strings for iOS, Android, and Compose Multiplatform efficiently

Haze 1.0

·2349 words·12 mins
Haze 1.0 is a powerful library for achieving background blurring effects within Jetpack Compose and Compose Multiplatform apps.

SwiftUI for Jetpack Compose developers - State (I)

·5022 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.

Composable metrics

·3831 words·18 mins
Deep dive into Jetpack Compose compiler metrics for performance optimization, including recomposition analysis, movability, and memoization strategies

Slotting in with Compose UI

·1524 words·8 mins
Understanding the Slot API pattern in Jetpack Compose for flexible, reusable composables with single responsibility and customizable content

Always provide a Modifier parameter

·1234 words·6 mins
Best practices for exposing Modifier parameters in Jetpack Compose composables to enable flexibility, reusability, and proper layout composition