Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is the Material Components Catalog app?

The (so far) insufficient documentation for Material Design / components says this

To try out the MDC Catalog app, you can either run the catalog module in Android Studio or run the following Gradle command: ./gradlew :catalog:installDebug

However, I can ont find the "catalog module" in Android Studio, nor am I sure where to run that Gradle command.

Finally, there is no catalog app in GitHub for Android although there is a "catalog app" for the web components.

like image 320
Rich Morey Avatar asked May 16 '18 18:05

Rich Morey


People also ask

What is material component?

Material Components are interactive building blocks for creating a user interface. Browse all components or select a specific platform. All Components Android Web Flutter iOS.

What is material theme Android?

Material Theme is a user interface style that determines the look and feel of views and activities starting with Android 5.0 (Lollipop). Material Theme is built into Android 5.0, so it is used by the system UI as well as by applications.

What is the material components Catalog?

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.

What is material and how does it work?

Material is an adaptable system of guidelines, components, and tools that support the best practices of user interface design. Backed by open-source code, Material streamlines collaboration between designers and developers

What are some of the widgets in the widget catalog?

See more widgets in the widget catalog. A Material Design app bar. An app bar consists of a toolbar and potentially other widgets, such as a TabBar and a FlexibleSpaceBar. Bottom navigation bars make it easy to explore and switch between top-level views in a single tap. The BottomNavigationBar widget implements this component.

What is an app bar in Material Design?

A Material Design app bar. An app bar consists of a toolbar and potentially other widgets, such as a TabBar and a FlexibleSpaceBar. Bottom navigation bars make it easy to explore and switch between top-level views in a single tap.


1 Answers

The catalog app is located in the material-components-android repo.

like image 182
Alexandre Roman Avatar answered Oct 21 '22 22:10

Alexandre Roman