Upgrade to Pro — share decks privately, control downloads, hide ads and more …

What’s New in Compose Multiplatform - A Live To...

What’s New in Compose Multiplatform - A Live Tour (droidcon Berlin 2024)

Márton Braun

July 01, 2024
Tweet

More Decks by Márton Braun

Other Decks in Programming

Transcript

  1. Features • Fully shared Compose UI • Logic separated from

    UI • Navigation between pages • Resources & localization • Data persistence • Dependency injection
  2. Let's store some data! • Room • Realm • SQLDelight

    • KStore • DataStore • Multiplatform Settings 💽
  3. Compose Navigation • Converted to Multiplatform by JetBrains • Popular,

    well-established APIs (you might already know them!) • Minimizing the work for bringing existing Android apps to multiplatform • Keeps evolving!