Designing scalable Compose APIs
July 21, 2025
38 min
Free
jetpack-compose
android-development
kotlin
api-design
ui-development
composables
state-management
modifiers
testing
accessibility
recomposition
android
Description
This talk by Simona Milanovic focuses on best practices for designing scalable and idiomatic Jetpack Compose APIs. It covers planning components, leveraging Kotlin conventions for naming and structure, and methods for verifying and maintaining APIs. The discussion highlights the importance of defining components that solve single problems, layering APIs, and using modifiers effectively, with practical advice for app and library development.