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

  1. Question 71: Which of the following is not true about <activity> tag in AndroidManifest file?
  2. Question 72: Which of these is NOT recommended in the Android Developer's Guide as a method of creating an individual View?
  3. Question 73: Consider the following code: Intent intent = new Intent(); intent.setAction(Intent.ACTION_VIEW); intent.setData(android.net.Uri.parse("http://www.androidatc.co…
  4. Question 74: If your application is throwing exception android.content.ActivityNotFoundException, which of the following could resolve the problem?
  5. Question 75: Which of these is the incorrect explanation of the Android SDK and AVD Manager?
  6. Question 76: Which of these is the correct explanation regarding the following methods? (1)android.content.Context.sendBroadcast (2)android.content.Context.startActivity
  7. Question 77: Which of these is the correct function of Traceview?
  8. Question 78: Which of the following is the correct way to add access permission to your application?
  9. Question 79: Which of the following statements is correct about SQLite?
  10. Question 80: When including a text file in your application to read from as a resource, what is the recommended location of such file?