Associate-Android-Developer 試験問題を無料オンラインアクセス

試験コード:Associate-Android-Developer
試験名称:Google Developers Certification - Associate Android Developer (Kotlin and Java Exam)
認定資格:Google
無料問題数:125
更新日:2025-12-14
評価
100%

問題 1

What is illustrated in the picture?

問題 2

The easiest way of adding menu items (to specify the options menu for an activity) is inflating an XML file into the Menu via MenuInflater. With menu_main.xml we can do it in this way:

問題 3

If no any folder like res/anim-<qualifiers>, res/drawable-<qualifiers>, res/layout-<qualifiers>, res/raw-
<qualifiers>, res/xml-<qualifiers> exist in the project. Which folders are required in the project anyway? (Choose two.)

問題 4

For example, we have a BufferedReader reader, associated with the json file through InputStreamReader. To get a file data we can do this:

問題 5

What do you want from Room when you create a DAO method and annotate it with @Delete?
Example:
@Dao
interface MyDao {
@Delete
fun deleteUsers(vararg users: User)
}

コメントを追加

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

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