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

  1. Question 31: What two methods you have to override when implementing Android option menus?
  2. Question 32: Which of the following is a call-back method that inflates an options menu from file res/menu/menu.xml?
  3. Question 33: Which of the following Activity methods is invoked when the user clicks on an options menu item?
  4. Question 34: Which of the following WebView methods allows you to manually load custom HTML markup?
  5. Question 35: Which of the following is the base class of all UI components?
  6. Question 36: Which of the following is true about object arrayAdapter declared in the code below? String[] items = {"Item 1","Item 2","Item 3"}; ArrayAdapter<String> arrayA…
  7. Question 37: Which of the following is NOT a correct constructer for ArrayAdapter?
  8. Question 38: Which of the following add a click listener to items in a listView?
  9. Question 39: Which of the following makes a ListView Clickable?
  10. Question 40: Which of the following classes is used by Intent to transfer data between different android components?