Android

Jetpack Compose

Declarative UI with Compose: Composables, State, Recomposition, Layouts, Modifiers, Navigation and Side Effects

28 คำถามสัมภาษณ์·
Mid-Level
1

What is Jetpack Compose?

คำตอบ

Jetpack Compose is Google's modern toolkit for building native Android UI declaratively. It simplifies and accelerates UI development using Kotlin. Compose is progressively replacing traditional XML Views.

2

What is a Composable function?

คำตอบ

A Composable function is a function annotated with @Composable that describes a part of the UI. It can only be called from other Composables. Compose calls these functions to build and update the UI.

3

What is 'remember' used for in Jetpack Compose?

คำตอบ

The remember function allows a value to be retained between recompositions of a Composable. Without it, local variables are reset on each recomposition. It keeps the value in memory as long as the Composable remains in the composition.

4

What is the difference between 'remember' and 'rememberSaveable'?

5

What is State in Compose?

+25 คำถามสัมภาษณ์

เชี่ยวชาญ Android สำหรับการสัมภาษณ์ครั้งถัดไป

เข้าถึงคำถามทั้งหมด flashcards แบบทดสอบเทคนิค แบบฝึกหัด code review และตัวจำลองสัมภาษณ์

เริ่มใช้ฟรี