We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
‘동일한 버튼 클래스’의 경우 코드의 규모가 약 10배 더 작았을 정도로 코드 양 자체가 줄어든다.
Compose는 선언적 API를 사용한다.
Compose는 기존의 모든 코드와 호환된다. View <-> Compose
Compose는 Android 플랫폼 API에 직접 액세스하고 머티리얼 디자인, 어두운 테마, 애니메이션 등을 기본적으로 지원한다.
Google I/O 2023 Build modern Android apps with Material You for Compose
Surf scaffold, surface, Navigation Drawer 등의 컴포넌트들이 안정화 되었으므로 구현에만 집중하면 된다.
Modal bottom sheet, DataPicker, TimePicker 등 신규로 추가된 컴포넌트들이 있고 기존 요소들을 많이 개선했다.
모든 컴포넌트들은 고유한 상호 작용 및 상태를 제공하여 앱을 더욱 표현력 있게 접근할 수 있게 한다.
머티리얼 3 API가 안정화된 상태가 되었기 때문에 앱을 머티리얼3으로 이전을 시작하기 좋은 시기 이다.
M2 -> M3 마이그레이션 하는 방법은 One Shot Migration과 점진적으로 Phased Migration 할 수 있다.
안드로이드12 이상부터 동적 테마를 사용할 수 있음
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1. UI 구현 방식에 있어 XML과 Jetpack Compose의 가장 구별되는 차이점은 무엇인가요?
코드 감소
‘동일한 버튼 클래스’의 경우 코드의 규모가 약 10배 더 작았을 정도로 코드 양 자체가 줄어든다.
직관적
Compose는 선언적 API를 사용한다.
빠른 개발
Compose는 기존의 모든 코드와 호환된다. View <-> Compose
강력한 성능
Compose는 Android 플랫폼 API에 직접 액세스하고 머티리얼 디자인, 어두운 테마, 애니메이션 등을 기본적으로 지원한다.
2. 아래 영상을 시청하고 Material3의 업데이트와 Jetpack Compose와 관련된 주요 내용을 정리하며 학습해주세요.
Google I/O 2023 Build modern Android apps with Material You for Compose
Surf scaffold, surface, Navigation Drawer 등의 컴포넌트들이 안정화 되었으므로 구현에만 집중하면 된다.
Modal bottom sheet, DataPicker, TimePicker 등 신규로 추가된 컴포넌트들이 있고 기존 요소들을 많이 개선했다.
모든 컴포넌트들은 고유한 상호 작용 및 상태를 제공하여 앱을 더욱 표현력 있게 접근할 수 있게 한다.
머티리얼 3 API가 안정화된 상태가 되었기 때문에 앱을 머티리얼3으로 이전을 시작하기 좋은 시기 이다.
M2 -> M3 마이그레이션 하는 방법은 One Shot Migration과 점진적으로 Phased Migration 할 수 있다.
안드로이드12 이상부터 동적 테마를 사용할 수 있음
The text was updated successfully, but these errors were encountered: