Material components in Compose
Jetpack Compose offers an implementation of Material Design, a comprehensive design system for creating digital interfaces. You can use composable functions to implement Material components.
User input
Common buttons
Use
Button
and similar composables to create a range of common buttons.
Floating action buttons
Use
FloatingActionButton
and similar composables to create a range of floating action buttons.
Other components
Progress indicators
Progress indicators provide the user with visual information regarding the progress of processing.
Lists and grids
Learn how to use basic layouts in Compose.
Resources
Learn how to manage resources such as strings and images.