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 11 of 11.

  1. Question 101: Which of the following are layout-related methods called by the framework on views, and you can override them when customizing a view? (Choose two)
  2. Question 102: Which of the following is true about this code snippet? (Choose two) Intent intent = new Intent(Intent.ACTION_DIAL,Uri.parse("tel:555-1234")); startActivity(in…
  3. Question 103: Which of the following is a valid sequence of invokes to Activity lifecycle methods? (Select Two)
  4. Question 104: Which of the following applies a context menu on a ListView (Choose two)?
  5. Question 105: Which of the following best explains the Android context menus?
  6. Question 106: Which of the following is NOT a feature provided by the Material Theme?
  7. Question 107: Which of the following statements is NOT correct about Android fragments?
  8. Question 108: Which of the following are benefits for using fragments in your application? (Choose two)
  9. Question 109: Which of the following is incorrect about ProgressDialog?