AND-801 試験問題を無料オンラインアクセス

試験コード:AND-801
試験名称:Android Application Development v8
認定資格:Android
無料問題数:45
更新日:2025-08-28
評価
100%

問題 1

You have an Android application that consists of two activities (MainActivity and SecondActivity) and you want to pass data in text field (ID: FirstNameJD) of MainAcitivity to SecondActivity. The passed data will appear in SecondActivity inside a TextView widget with Id: HelloMessageJD. You will use Intent to pass this data from MainActivity to SecondActivity. The Following two images include the Android code which will be written in MainActivity.kt and SecondActivity.kt files. Your data will not pass from MainActivity to SecondActivity due to a mistake in the code in SecodActivity.kt. Which of the following choices is a correct solution to make this app run correctly?

問題 2

Check the following image, and then select which of the following choices is the correct Android method to add a marker on Google maps?

問題 3

The following image displays an AndroidManifest.xml file for an Android app. Which of the following choices is correct about this file?

問題 4

As an Android developer, to change the font size of a text in Android layout, you should use attribute
"android:textSize". Which of the following choices is the recommended syntax to change the font size to 18?

問題 5

Assume you are developing an Android app which consists of two activities, MainActivity and SecondActivity. The following image includes part of MainActivity code. This file includes a button that has id "Mybutton". What does the following code snippet do if it is executed after the user taps on the button (id:
Mybutton)?

コメントを追加

あなたのメールアドレスが公開されることはありません。個人情報に関する内容は隠されます *

insert code
画面にある文字を入力してください。