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

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

問題 1

Custom views and directional controller clicks. On most devices, clicking a view using a directional controller sends (to the view currently in focus) a KeyEvent with:

問題 2

For example, our preferences.xml file was added by addPreferencesFromResource (R.xml.preferences). Our preferences.xml file contains such item:
<SwitchPreference android:id="@+id/notification" android:key="@string/pref_notification_key" android:title="@string/pref_notification_title" android:summary="@string/pref_notification_summary" android:defaultValue="@bool/pref_notification_default_value" app:iconSpaceReserved="false"/> In our Fragment, we can dynamically get current notification preference value in this way:

問題 3

@Query is the main annotation used in DAO classes. It allows you to perform read/write operations on a database. Each @Query method is verified at compile time, so what happens if there is a problem with the query?

問題 4

Move the major components of the Android platform to correct places in diagram.

問題 5

By executing an allowMainThreadQueries() method to the room database builder RoomDatabase.Builder, we can:

コメントを追加

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

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