Giraffe | Android Studio
In previous versions, changing a Text composable from "Hello" to "World" required hitting run, watching the build process, and waiting. With Live Edit, you simply save the file (or press the hotkey), and within milliseconds, the UI updates.
is a feature that allows you to see changes to your composables reflected on an emulator or physical device without a full recompilation and redeployment . android studio giraffe
It assumes you are using Compose. It assumes you are using Java 17. It assumes you are using a modern emulator. If you meet those criteria, Giraffe is arguably one of the most stable, fastest releases in years. In previous versions, changing a Text composable from
But was Giraffe just a minor point release, or a significant evolutionary leap? Let’s break down what made (and still makes) Giraffe a memorable milestone in Android development. Every Android Studio release is built on top of a stable version of JetBrains IntelliJ IDEA. Giraffe is no exception, bumping the base platform to IntelliJ 2022.3 . It assumes you are using Compose
Published: July 2023 (Retrospective & Technical Deep Dive)
Giraffe | Android Studio