본문 바로가기
🖥 Programming/📱 Android (Kotlin)

[Android] 머티리얼 디자인(Material Design)

by MinChan-Youn 2023. 12. 27.

머티리얼 디자인이란?

 

* 모바일, 데스크톱 등 다양한 디바이스들을 아우르는 하나의 일관된 구글의 디자인 가이드 2014년 구글이 스마트폰에 적용하기 시작함)

머티리얼 디자인은 질감이 느껴지는 표면(Tactile surfaces)대담하고 선명한 그래픽 디자인(Bold Graphic design), 아름답고 직관적인 사용자 경험을 위한 자연스러운 애니메이션을 특징으로 함

 

 

1. Android Material Design관련 코드 모음

https://github.com/material-components/material-components-android

 

GitHub - material-components/material-components-android: Modular and customizable Material Design UI components for Android

Modular and customizable Material Design UI components for Android - GitHub - material-components/material-components-android: Modular and customizable Material Design UI components for Android

github.com

 

https://developer.android.com/design/ui/mobile/samples?hl=ko

 

샘플 | 모바일 | UI 디자인  |  Mobile  |  Android Developers

이 페이지는 Cloud Translation API를 통해 번역되었습니다. Switch to English 컬렉션을 사용해 정리하기 내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요. 이 앱의 설계 및 제작 방식을 알아보세요

developer.android.com

 

2. 구글에서 만든 Material Design 영상

https://www.youtube.com/watch?v=Q8TXgCzxEnw&t=13s

Youtube 영상

 

 

정리하자면 모바일, 웹 등 여러 플랫폼에서 하나의 디자인처럼 가이드를 한것이 머티리얼 디자인이라고 할 수 있다.

각각의 샘플코드를 가지고 어떻게 디자인가이드를 하고 있는지 숙지하면 좋을 것 같다.

 

물론 개발하려고하는 곳에서 추구하는 디자인이 머티리얼 디자인과는 상이 할 수 도 있고, 비슷 할 수 있는 트랜드를 따라가는 디자인에 따라 달라지는 것이아닌가 생각이 든다.

 

혼자 개발 및 디자인까지 생각을 해야하는 부분이라면, 머티리얼 디자인을 참고하여서 디자인을 구성하고 개발한다고 하면 아무것도 없는 상태에서 개발하는것보다는 조금 더 편하게 진행을 할 수 있지 않을까 싶다.