Exam Details

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

Android Android Certifications AND-801 Questions & Answers

  • Question 91:

    Which of the following is correct about XML layout files?

    A. In order to display a Ul defined in the XML layout file "main.xml", call the setContentView method of the Activity with the parameter string "main.xml".

    B. There is no distinction between implementation of the layout definition by code, or by XML layout file.

    C. In an Eclipse project using the ADT plug-in, the XML layout file is found in the /res/layout directory.

    D. Layout information written in the XML layout file will be converted into code by the Android platform when the screen is displayed.

  • Question 92:

    If your application is throwing exception android.content.ActivityNotFoundException, how to fix it?

    A. Create a new activity Java sub-class

    B. Rename your activity

    C. ISO Create the activity layout

    D. Add the activity to the AndroidManifest

  • Question 93:

    Which of the following is NOT a valid usage for Intents?

    A. Activate and Activity.

    B. Activate a Service.

    C. Activate a Broadcast receiver.

    D. Activate a SQLite DB Connection.

  • Question 94:

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

    A. ListView lv = getListView();lv.registerForContextMenu()

    B. ListView lv= getListView();registerForContextMenu(lv);

    C. ListView lv = (ListView) findViewById(R.id.list_view_id);registerForContextMenu(lv)

    D. getListView().setConextMenuEnabled(true)

  • Question 95:

    Which of these is not defined as a process state?

    A. Non-visible

    B. A Visible

    C. Foreground

    D. Background

  • Question 96:

    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 97:

    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 98:

    Which of the following AsyncTask methods is NOT executed on the UI thread?

    A. onPreExecute()

    B. onPostExecute()

    C. publishProgress()

    D. onProgressUpdate()

  • Question 99:

    Which of the following is not a ContentProvider provided natively by Android?

    A. The contacts list

    B. The telephone log

    C. The bookmarks

    D. The application list

  • Question 100:

    Which of the following Activity methods is invoked when the user clicks on an options menu item?

    A. onItemClicked

    B. onItemSelected

    C. onOptionsItemClicked

    D. onOptionsItemSelected

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.