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

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

問題 1

What is not true about the AndroidManifest.xml file?

問題 2

Which of the following applies a context menu on a ListView? (Choose two)

問題 3

Which of the following is a valid sequence of invokes to Activity lifecycle methods? (Choose two)

問題 4

Which UI does the following code builds?
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android=http://schemas.android.com/apk/res/android android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" >
<LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal" >
<TextView android:id="@+id/textView1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Name:" />
<EditText android:id="@+id/editText1" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_weight="1" android:ems="10" />
</LinearLayout>
<Button android:id="@+id/button1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Post" />
</LinearLayout>

問題 5

Which of these files contains text values that you can use in your application?

コメントを追加

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

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