Discover 27 articles on Jetpack Compose in mobile performance
Showing 20 of 27 articles (Page 1 of 2)
Instacart's Caper team shares their four-phase strategy for migrating their smart cart Android app from Fragments and XML layouts to Jetpack Compose. AI coding assistants accelerated the refactoring by 5-7x, sa...
Deep dive into debugging excessive Jetpack Compose recompositions caused by lambdas in data classes, with solutions using @Stable annotations and separating state from actions at GoTo's navigation app.
Comprehensive strategy for transforming large legacy Android codebases to modern Jetpack Compose architecture.
Media3 + Compose UI patterns to modernize video playback surfaces while keeping rendering smooth
Techniques for using Compose stability to significantly improve Android app performance and reduce recompositions.
Opinionated guide to avoiding unnecessary recomposition; derivedStateOf, keys, etc.
Compose 1.9: improved list prefetching & cache window APIs, visibility callbacks—noticeable scroll/UI performance gains.
Article documenting the migration journey from XML layouts to Jetpack Compose for Android UI.
Continues the migration journey from XML to Jetpack Compose with additional implementation details and best practices.
Explores migrating Android UI from XML layouts to Jetpack Compose, covering modern declarative UI development practices.
ne of our Guiding Principles at Etsy is that we “commit to our craft.” This means that we have a culture of learning, in which we’re constantly looking for opportunities to improve and learn
Introducing a new Android UI framework like Jetpack Compose into an existing app is more complicated than importing some AARS
Tutorial on creating custom ribbon background graphics using Jetpack Compose.
Part three on how we built a Compose based architecture with Mavericks in the Airbnb Android app
AirAsia MOVE's engineering team shares their journey of rebranding and revamping the AirAsia Superapp, adopting Jetpack Compose and Design Tokens for a modern UI, achieving 35% faster app launch times, 120MB le...
Part two on how we built a Compose based architecture with Mavericks in the Airbnb Android app
A three part series on how we built a Compose based architecture with Mavericks in the Airbnb Android app
Technical guide on modernizing Android UI architecture by migrating from XML layouts to Jetpack Compose.
AirAsia MOVE's engineering team describes how they built the Favourites feature for their superapp, covering backend architecture with Google Cloud Run, Firestore, Redis cache-aside strategy, and Pub/Sub for ev...
Explains how Mercari rebuilt its app with Jetpack Compose to reduce code complexity and improve maintainability.