Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[20230602] 안드로이드 사전 과제 - 김지원 #61

Open
JIWON0813 opened this issue Jun 2, 2023 · 0 comments
Open

[20230602] 안드로이드 사전 과제 - 김지원 #61

JIWON0813 opened this issue Jun 2, 2023 · 0 comments

Comments

@JIWON0813
Copy link

1. UI 구현 방식에 있어 XML과 Jetpack Compose의 가장 구별되는 차이점은 무엇인가요?

가장 구별되는 차이점은 정적 vs 동적으로 UI를 정의하는 부분이라 생각합니다. XML은 UI업데이트를 위해 명시적으로 코드를 작성해야하지만 Jetpack Compose는 상태를 가져 상태 변경으로 UI를 업데이트합니다. 이로써 반복적인 부분을 개발자가 할 필요가 없습니다.

2. 아래 영상을 시청하고 Material3의 업데이트와 Jetpack Compose와 관련된 주요 내용을 정리하며 학습해주세요.

Material3 (M3) 는 강력하고 유연한 디자인 시스템으로 색상, 모양 등 사용자가 정의할 수 있는 디자인 시스템입니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant