제트팩 컴포즈의 핵심 개념과 효과 핸들러
• 제트팩 컴포즈의 핵심 개념과 효과 핸들러에 대해 설명합니다.
• 컴포저블은 데이터를 UI 요소로 변환하는 함수입니다.
• 구성은 컴포저블을 실행하여 UI의 청사진을 만드는 과정입니다.
• 레이아웃은 UI 요소를 배치하는 위치를 결정하는 과정입니다.
• 도면은 UI 요소를 캔버스/장치 화면에 렌더링하는 과정입니다.
https://blog.kotlin-academy.com/the-lesson-we-skipped-in-jetpack-compose-255d61db6f12
Key Concepts and Effects Handlers of Jetpack Compose
• Describes the core concepts and effect handlers of Jetpack Compose.
• Composible is a function that converts data into UI elements.
• The configuration is the process of creating a blueprint for the UI by running the Composible.
• Layout is the process of determining where to place UI elements.
• The drawing shows the process of rendering UI elements on canvas/device screen.
https://blog.kotlin-academy.com/the-lesson-we-skipped-in-jetpack-compose-255d61db6f12
'모바일 앱(안드로이드)' 카테고리의 다른 글
안드로이드 앱 만들기 2024 코틀린 가이드 요약해 보기 (25) | 2024.04.03 |
---|---|
안드로이드 앱 만들기 Hilt 가 뭐지 ? (26) | 2024.03.31 |
안드로이드 스튜디오 코알라 ? Android Studio Koala release (3) | 2024.03.26 |
안드로이드 스튜디오 signingreport 는 어디에 갔나 ??? (32) | 2024.03.21 |
안드로이드 앱 만들기 : Android Gradle plugin version 8.3.0 에서 만난 Manifest merger failed ? (34) | 2024.03.07 |