Skip to content

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 .

If you are an Android developer, the sound of a new Android Studio release probably triggers a specific mix of emotions: cautious optimism about new features, dread about Gradle migration, and curiosity about the version code name. android studio giraffe

For those still living in the XML/Java 11 world, Giraffe is a warning sign: the migration train is leaving the station. is a feature that allows you to see

Published: July 2023 (Retrospective & Technical Deep Dive) Published: July 2023 (Retrospective & Technical Deep Dive)

Happy coding! 🦒

In the summer of 2023, Google released (2023.3.1). Named after the tallest mammal, this release stood tall on the shoulders of its predecessor (Electric Eel) and introduced a slew of features aimed at boosting developer productivity, streamlining the UI, and making the IDE smarter.

When your app has multiple modules or third-party libraries, your final AndroidManifest.xml is a Frankenstein stitched together by Gradle. If a permission or activity goes missing, debugging is a nightmare.