You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UI 구현 방식에 있어 XML과 Jetpack Compose의 가장 구별되는 차이점은 무엇인가요?
XML은 코드와 UI 코드 사이에 추가적인 레이어가 필요하며, UI에 대한 Id를 찾아 적절한 객체에 연결해주는 작업(명령형) 이 필요합니다. 반면, compose는 선언형 방식으로 별도의 xml 파일 없이 코드에서 Kotlin을 활용하여 UI 및 관련 작업이 가능합니다.
아래 영상을 시청하고 Material3의 업데이트와 Jetpack Compose와 관련된 주요 내용을 정리하며 학습해주세요.
Material 3
The text was updated successfully, but these errors were encountered: