Vintage appMaker의 Tech Blog

[Material Design] Google이 제공하는 예제와 레퍼런스 본문

Source code or Tip/Android(Java, Kotlin)

[Material Design] Google이 제공하는 예제와 레퍼런스

VintageappMaker 2021. 4. 5. 18:46

Material Design을 심도있게 공부하려면 구글에서 제공하는 예제와 레퍼런스를 찾아보는 것이 좋다. 

대표적인 사이트가 material.io이다. 

 

 

🎁 코틀린으로 설명하는 Material Design - Google 제공

 

Material Design

Build beautiful, usable products faster. Material Design is an adaptable system—backed by open-source code—that helps teams build high quality digital experiences.

material.io

🎁 Material Design Component 예제 프로젝트 - Google 제공

 

 

MDC-104 Android: Material Advanced Components (Kotlin)

Improve your design and learn to use our advanced component backdrop menu in Kotlin.

codelabs.developers.google.com


🎁 레퍼런스로 활용할 수 있는 프로젝트는 다음과 같다. - Google 제공

 

material-components/material-components-android-examples

Companion example apps and code for MDC-Android. Contribute to material-components/material-components-android-examples development by creating an account on GitHub.

github.com

check out하면 앱이 3개이므로 각 앱에 맞는 폴더에서 Android Studio를 오픈하면 앱을 빌드할 수 있다. 

 

 

 


🎈 구글 공식Material App 예제인 Replay를 Flutter로 구현한 소스

 

flschweiger/reply

The 'Reply' Material Design case study built with Flutter. - flschweiger/reply

github.com

 

Comments