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

  1. Question 41: Which of the following is true about implicit intents? (Choose two)
  2. Question 42: Which of the following classes should be extended to create a custom view?
  3. Question 43: An AsyncTask can be cancelled anytime from any thread.
  4. Question 44: Which of the following is NOT true about onMeasure() method of class View?
  5. Question 45: Which of the following Activity life-cycle methods is invoked when a dialog is shown?
  6. Question 46: Which of the following is NOT true about class DefaultHttpClient?
  7. Question 47: Which of the following is NOT true about the SharedPreferences interface?
  8. Question 48: What does the following code do? dialog.getWindow().setFlags(LayoutParams.FLAG_BLUR_BEHIND, LayoutParams.FLAG_BLUR_BEHIND);
  9. Question 49: What does the following code achieve? Intent intent = new Intent(FirstActivity.this, SecondActivity.class); startActivityForResult(intent);
  10. Question 50: When using an implicit intent, what process does the system use to know what to do with it?