Android Studio Giraffe -
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 .
Published: July 2023 (Retrospective & Technical Deep Dive) android studio giraffe
Happy coding! 🦒
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