mirror of
https://github.com/material-components/material-components-android.git
synced 2026-02-05 03:58:19 +08:00
34 lines
1.2 KiB
Markdown
34 lines
1.2 KiB
Markdown
<!--docs:
|
||
title: "Catalog App"
|
||
layout: landing
|
||
section: docs
|
||
path: /docs/catalog-app/
|
||
-->
|
||
|
||
# Catalog App
|
||
|
||
Featuring demos covering a large range of topics, the Material Components
|
||
Catalog demonstrates how Material Design components and principles behave on
|
||
real devices across different API levels. The Material Components Catalog also
|
||
provides working code examples for developers.
|
||
|
||
To try out the MDC Catalog app, you can either run the `catalog` module in
|
||
Android Studio or run the following Gradle command:
|
||
|
||
```sh
|
||
./gradlew :catalog:installDebug
|
||
```
|
||
|
||
## Useful Links
|
||
|
||
- [Getting Started](getting-started.md)
|
||
- [Theming Guide](theming.md)
|
||
- [Contributing](contributing.md)
|
||
- [Using Snapshot Version](using-snapshot-version.md)
|
||
- [Building From Source](building-from-source.md)
|
||
- [Class documentation](https://developer.android.com/reference/com/google/android/material/classes)
|
||
- [MDC-Android on Stack Overflow](https://www.stackoverflow.com/questions/tagged/material-components+android)
|
||
- [Android Developer’s Guide](https://developer.android.com/training/material/index.html)
|
||
- [Material.io](https://www.material.io)
|
||
- [Material Design Guidelines](https://material.google.com)
|