최데브는 오늘도 프로그래밍을 한다.

안드로이드 UI 공부 참고 본문

Android/Android UI

안드로이드 UI 공부 참고

최데브 2021. 8. 26. 15:40
반응형

참고자료 메모 

 

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

 

GitHub - material-components/material-components-android-examples: Companion example apps and code for MDC-Android.

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

 

https://github.com/mj-studio-sample/android-animation

 

GitHub - mj-studio-sample/android-animation: Android Animations sample implementation project

Android Animations sample implementation project. Contribute to mj-studio-sample/android-animation development by creating an account on GitHub.

github.com

 

 

https://events.google.com/io/session/e77f6079-f8f9-4088-a46f-07e2e4eb88c0?lng=ko 

 

What's new in design tools

 

events.google.com

https://www.youtube.com/watch?v=o8c1RO3WgBA&list=PLWz5rJ2EKKc-bcyUTIFAr97ZtRkwM7S4y 

https://www.youtube.com/watch?v=M1jE3W3_NTQ&list=PLWz5rJ2EKKc_PEOEHNBEyy6tPX1EgtUw2 

 

https://developer.android.com/training/constraint-layout/motionlayout/examples?hl=ko#coordinatorlayout_12 

 

MotionLayout 예  |  Android 개발자  |  Android Developers

MotionLayout 예 이 주제에는 MotionLayout을 사용하는 방법의 예가 포함되어 있습니다. 각 예제에는 모션 테마와 레이아웃의 코드와 함께 모션의 애니메이션으로 표시된 GIF가 포함되어 있습니다. 기본

developer.android.com

https://yunaaaas.tistory.com/20

 

[Android/Kotlin] 간단한 Animation Transition 구현하기

요즘 다양한 인터렉션에 대해 관심이 생겨 찾아보던 도중 다음과 같은 Animation을 만드는 방법에 대해 알게 되었습니다 ! AcitivityOptions의 makeScenceTransitionAnimation() 을 이용하여 Animation Transition..

yunaaaas.tistory.com

 

 

https://developer.android.com/training/animation/overview?hl=en 

 

애니메이션 소개  |  Android 개발자  |  Android Developers

애니메이션 소개 애니메이션을 사용하면 앱에 일어나고 있는 일을 사용자에게 알려주는 시각적 단서를 추가할 수 있습니다. 새 콘텐츠가 로드되거나 새 작업이 제공되는 경우와 같이 UI에서 상

developer.android.com

 

반응형
Comments