Which of the following is not true about
A. Declares an activity that implements part of the application's visual user interface.
B. Contained in
C. Declares a single hardware or software feature that is used by the application.
D. Has an attribute that specifies the name of the Activity sub-class that implements the activity.
Which of the following tools creates certificates for signing Android applications?
A. adb
B. logcat
C. keytool
D. certgen
Which of the following makes a ListView Clickable?
A. setClickable(true)
B. setVisibility(View.Visible)
C. setEnabled(true)
D. setItemsEnabled(true)
When using an implicit intent, what process does the system use to know what to do with it?
A. Intent resolution
B. Intent declaration
C. Intent overloading
D. Intent transition
Consider the following AndroidManifest.xml file:
package="mycube.test" android:versionCode="1" android:versionName="1.0" > android:minSdkVersion="8" android:targetSdkVersion="17" /> android:icon="@drawable/ic_launcher" android:label="@string/app_name" android:theme="@android:style/Theme.Light.NoTitleBar" > android:screenOrientation="portrait" android:label="@string/app_name" >
What is the syntax error of this file?
A. The INTERNET permission must be removed.
B. Tag uses-sdk must have attribute android:maxSdkVersion set.
C. the package name must be "com.mycube.test".
D. The
Which of the following is NOT true about class ListActivity?
A. An activity that displays a list of items by binding to a data set.
B. Its layout must be set by calling method setContentView inside onCreate.
C. It contains a ListView object that can be bound to different data sets. Binding, screen layout, and row layout are discussed in the following sections.
D. A data source that can be bound in a ListActivity can be an array or Cursor holding query results.
Which of the following is true about object arrayAdapter declared in the code below?
String[] items = {"Item 1","Item 2","Item 3"};
ArrayAdapter
items);
listView.setAdapter(arrayAdapter);
A. It creates a TextView for each String in array items
B. It creates Buttons for each String in array items
C. It creates four views for listView
D. It replaces the layout of the activity with three consecutive TextView items
Which of these files contains text values that you can use in your application?
A. AndroidManifest.xml
B. res/Text.xml
C. res/layout/Main.xml
D. res/values/strings.xml
Which of the following tools dumps system log messages including stack traces when the device or emulator throws an error?
A. DDMS
B. Logcat
C. Console
D. ADB
Which of the following attributes is used to set an activity screen to landscape orientation?
A. screenorientation = landscape
B. screenOrientation="landscape"
C. android:ScreenOrientation="landscape"
D. android:screenOrientation="landscape"
Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Android exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your AND-801 exam preparations and Android certification application, do not hesitate to visit our Vcedump.com to find your solutions here.