コレクションでコンテンツを整理 必要に応じて、コンテンツの保存と分類を行います。 基本的なレイアウトを作成する パスウェイに戻る 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 テストの採点中にエラーが発生しました。もう一度お試しください。