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

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

問題 1

Which method should you use to start a sub-activity?

問題 2

Which of the following methods updates a ListView when an element is added to the data set?

問題 3

Which of the following Activity life-cycle methods is invoked when a dialog is shown?

問題 4

Consider the following AndroidManifest.xml file:
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="mycube.test" android:versionCode="1" android:versionName="1.0" >
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="17" />
<application android:icon="@drawable/ic_launcher" android:label="@string/app_name" android:theme="@android:style/Theme.Light.NoTitleBar" >
<activity android:name=".Menu" android:screenOrientation="portrait" android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
<uses-permission android:name="android.permission.INTERNET"></uses-permission>
<activity android:name=".Compute" android:screenOrientation="portrait" />
</manifest>
What is the syntax error of this file?

問題 5

Which of the following sets the entire Activity window as a WebView?

コメントを追加

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

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