AND-801 Exam Details

  • Exam Code
    :AND-801
  • Exam Name
    :Android Application Development v8
  • Certification
    :Android Certifications
  • Vendor
    :Android
  • Total Questions
    :174 Q&As
  • Last Updated
    :Jul 14, 2026

Android AND-801 Online Questions & Answers

  • Question 21:

    As an Android developer, to change the font size of a text in Android layout, you should use attribute "android:textSize". Which of the following choices is the recommended syntax to change the font size to 18?

    A. android:textSize=18sd"
    B. androtd:textSize="18sp"
    C. android:textSize=-"18point"
    D. android:TextSize=18dp"

  • Question 22:

    Which package of the following does not have classes needed for Android network connections?

    A. java.net
    B. org.apache.http
    C. android.location
    D. android.net

  • Question 23:

    Which of the following applies to the onDraw() method of class View? (Choose two)

    A. It must be overridden if a customize drawing of a view is required.
    B. It takes two parameters: a Canvas and a View.
    C. It takes one parameter of type Canvas.
    D. It uses the Canvas parameter to draw the border of the activity that contains it.

  • Question 24:

    Check the following image which includes a code that runs when the user clicks on the button (id =button). This code for an Android app includes three check boxes for the question: "

    Which countries are in North America?" Select one of the following choices, where the result will appear when the app user clicks the button.

    A. in TextView widget has blank id
    B. in TextView widget has id: textresult
    C. in TextView widget has id: textresult.text
    D. in TexView widget has id: isChecKed

  • Question 25:

    What are the main two types of thread in Android?

    A. Main thread and worker threads.
    B. Main thread and UI thread.
    C. Activities and services.
    D. Main thread and background process.

  • Question 26:

    To create a customized Adapter for a compound list item layout , you should:

    A. Extend class android.widget.Adapter or any of its descendants then override method getView()
    B. Extend class android.widget.ListView or any of its descendants, then override method getView()
    C. Extend class android.widget.AbsAdapter or any of its descendants, then override method getView()
    D. Extend class android.widget.Adapter or any of its descendants, then override method getAdapterView()

  • Question 27:

    Fill in the blank space in the following sentence with the correct choice: The..................... to arranges widgets in positions relative each other.

    A. RelativeLayout
    B. Table Layout
    C. Linear Layout
    D. ConstraintLayout

  • Question 28:

    Consider the following code :

    @Override

    public void onCreateContextMenu(ContextMenu menu, View v,

    ContextMenuInfo menuInfo) {

    super.onCreateContextMenu(menu, v, menuInfo);

    menu.setHeaderTitle("Menu");

    AdapterContextMenuInfo cmi = (AdapterContextMenuInfo) menuInfo;

    menu.add(1, cmi.position, 0, "Open file");

    menu.add(2, cmi.position, 0, "Save file");}

    Which of the following best explains the code above?

    A. The code inflates an xml file into menu items.
    B. The code creates menu items for context menu programmatically.
    C. The code assign actions to menu items.
    D. The code Opens a menu resource file, modifies it, and saves the changes.

  • Question 29:

    Consider the following code:

    Intent intent = new Intent();

    intent.setAction(Intent.ACTION_VIEW);

    intent.setData(android.net.Uri.parse("http://www.androidatc.com"));

    startActivity(intent);

    Which of the following is correct about the code above?

    A. It sends a result to a new Activity in a Bundle.
    B. It will not compile without adding the INTERNET permission the Manifest file.
    C. It starts any activity in the application that has a WebView in its layout.
    D. When it is executed, the system starts an intent resolution process to start the right Activity.

  • Question 30:

    What does the src folder contain?

    A. Image and icon files.
    B. XML resource files.
    C. The application manifest file.
    D. Java source code files.

Tips on How to Prepare for the Exams

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.