2020-06-17 18:09:12 -07:00

34 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!--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 Developers Guide](https://developer.android.com/training/material/index.html)
- [Material.io](https://www.material.io)
- [Material Design Guidelines](https://material.google.com)