컬렉션을 사용해 정리하기 내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요. 기본 레이아웃 만들기 경로로 돌아가기 What is Jetpack Compose? A Modern toolkit to develop Android UI Toolkit to design libraries Database Interface Plugin to build APK Composable functions are the basic building block of Compose. True False What annotation is used to annotate a Composable function? @Annotation @ComposableFunction @Composable @Preview The three basic standard layout elements in Compose are 적절한 답변을 모두 선택합니다. Column Row Text Box What is the tool window for importing, creating, managing, and using resources in your app? Application Manager Resource Manager Resource Tool Layout Manager Which class is an automatically generated class by Android that contains the IDs of all resources in the project. The Android class The Resource class The R Class The ResourceID class Which function is used is to load a drawable image resource. The stringResource() function The painterResource() function The ImageResource() function The loadResource() function What is the function parameter used to add accessibility text, used by talkback? accessibilityText contentText accessibilityDescription contentDescription The Box layout stacks the UI elements on top of one another. True False What parameter is used to align the child element to the beginning of the parent? Alignment.End Alignment.Begin Alignment.Start Alignment.Top 답변 제출 error_outline 퀴즈를 채점하는 중에 오류가 발생했습니다. 다시 시도해 주세요.