Android AND-401 Exam Questions
Android Application Development (Page 3 )

Updated On: 24-Feb-2026

What does the following line of code achieve?
Intent intent = new Intent(FirstActivity.this, SecondActivity.class );

  1. Creates a hidden Intent
  2. Creates an implicit Intent
  3. Create an explicit Intent
  4. Create an explicit Intent

Answer(s): D


Reference:

Android ATC Self Study Guide http://www.androidatc.com/pages-19/Self-Study



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

  1. Activate and Activity
  2. Activate a Service
  3. Activate a Broadcast receiver
  4. Activate a SQLite DB Connection.

Answer(s): D


Reference:

Android ATC Self Study Guide http://www.androidatc.com/pages-19/Self-Study



Which of the following is not a valid Android resource file name?

  1. mylayout.xml
  2. myLayout.xml
  3. my_layout.xml
  4. mylayout1.xml

Answer(s): B


Reference:

Android ATC Self Study Guide http://www.androidatc.com/pages-19/Self-Study



Which of these is not defined as a process state?

  1. Non-visible
  2. Visible
  3. Foreground
  4. Background

Answer(s): A


Reference:

Android ATC Self Study Guide http://www.androidatc.com/pages-19/Self-Study



What is the name of the folder that contains the R.java file?

  1. src
  2. res
  3. bin
  4. gen

Answer(s): D


Reference:

Android ATC Self Study Guide http://www.androidatc.com/pages-19/Self-Study






Post your Comments and Discuss Android AND-401 exam dumps with other Community members:

Join the AND-401 Discussion