Android Application Development v8 (AND-801) Free Practice Test
Question 1
What is the main role of adding the following permission tag to AndroidManifest.xml file in an Android app?
Correct Answer: B
Question 2
Android SDK platform is a set of libraries and APIs that provide necessary classes, methods and interfaces to develop Android applications and allow you to compile your code.
Correct Answer: B
Question 3
You can embed a web browser inside your application using the WebView class.
Correct Answer: A
Question 4
The following Android code displays a Toast message. Which of the following is the correct parameter to replace Toast.xyz in this line of code? Toast.makeText(this,"Message saved as draff ,Toast.xyz).show()
Correct Answer: B
Question 5
What does the following code snippet do?


Correct Answer: C