Today's

길을 나서지 않으면 그 길에서 만날 수 있는 사람을 만날 수 없다

모바일 앱(안드로이드)

안드로이드 앱 만들기 Jetpack Compose 이야기 - 인터넷 펌...

Billcorea 2024. 3. 30. 15:03
반응형

제트팩 컴포즈의 핵심 개념과 효과 핸들러

• 제트팩 컴포즈의 핵심 개념과 효과 핸들러에 대해 설명합니다.

• 컴포저블은 데이터를 UI 요소로 변환하는 함수입니다.

• 구성은 컴포저블을 실행하여 UI의 청사진을 만드는 과정입니다.

• 레이아웃은 UI 요소를 배치하는 위치를 결정하는 과정입니다.

• 도면은 UI 요소를 캔버스/장치 화면에 렌더링하는 과정입니다.

https://blog.kotlin-academy.com/the-lesson-we-skipped-in-jetpack-compose-255d61db6f12

The Lesson we Skipped in Jetpack Compose ☄

Core concepts of Composables and its helping hands — Episode III

blog.kotlin-academy.com


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

The Lesson we Skipped in Jetpack Compose ☄

Core concepts of Composables and its helping hands — Episode III

blog.kotlin-academy.com

반응형