Tooling for Compose
Stay organized with collections
Save and categorize content based on your preferences.
Android Studio provides many features specifically for Jetpack Compose:
- Composable Preview: Learn how to easily enable
previews of your composables as you work
- Editor Actions: Learn how to use features
inside the Android Studio editor window for improved productivity
- Iterative code development: Learn how to use Live Edit and
apply changes to avoid a full build and accelerate your development process
- Layout inspector: Learn how to inspect a Compose layout in an emulator or physical device
- Animations: Android Studio allows you to inspect animations
using Animation Preview
- Relay provides instant handoff of Android UI components between designers and
developers. Designers can use the Relay for Figma plugin to annotate and
package UI components for developer use, including information about layout,
styling, dynamic content and interaction behavior.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2023-03-29 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]