Android Application Development (AND-401) Free Practice Exam Questions

109 real Android Application Development (AND-401) exam questions with answers and AI explanations. Android ATC certification prep — page 7 of 11.

  1. Question 61: Which method should you use to start a sub-activity?
  2. Question 62: Which package of the following does not have classes needed for Android network connections?
  3. Question 63: Which of the following tools creates certificates for signing Android applications?
  4. Question 64: Which Android permission you should add to allow your application to read the device’s address book?
  5. Question 65: You can create a custom view by extending class:
  6. Question 66: In which Activity life-cycle method you should do all of your normal static set up such as: creating views and bind data to lists?
  7. Question 67: Which of the following lines of code starts activity Activity2 from a current activity Activity1?
  8. Question 68: Which of the following methods is called first in an Activity when another activity gets into the foreground?
  9. Question 69: Which of the following attributes of the activity tag in the manifest file is used to set an activity screen to landscape orientation?
  10. Question 70: What is not true about the AndroidManifest.xml file?