일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- 소울칼리버6
- 파이썬
- jetpack compose
- 좋은글필사하기
- 장자명언
- Android
- Firebase
- bash
- 공자명언
- kotlin
- ASMR
- Flutter
- 코틀린
- 이모지
- Coroutine
- 1인개발자
- 명언모음
- FSM
- 이모지메모
- 공부집중
- 명심보감
- 오픈소스
- Linux
- DART
- Streaming
- Freesound
- 벤자민플랭클린
- recyclerview
- androidx
- 넷플릭스
- Today
- Total
Vintage appMaker의 Tech Blog
[Material Design] Google이 제공하는 예제와 레퍼런스 본문
[Material Design] Google이 제공하는 예제와 레퍼런스
VintageappMaker 2021. 4. 5. 18:46Material 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
'Source code or Tip > Android(Java, Kotlin)' 카테고리의 다른 글
[github] Pixabay Open API를 이용한 이미지 검색 (0) | 2021.04.13 |
---|---|
[github] ViewModel안에서 CoroutineScope를 이용한 HTTP 통신 (0) | 2021.04.08 |
[kotlin] coroutine내에서 Flow 사용 (0) | 2021.03.15 |
[kotlin] Quick coroutine(코루틴) 예제 (0) | 2021.03.11 |
[링크모음] Kotlin coroutine 설명글 모음 (0) | 2021.02.21 |