Android AND-801 Android Application Development v8 Exam Practice Test

Page: 1 / 14
Total 45 questions
Question 1

Check the following image which includes Android code. In this code when the app user clicks the button, the user will get a toast message which states "Hello Android ATC". After executing the code, where on the android device screen will the toast message appear?



Answer : A


Question 2

The SharedPreferences class provides a general framework that lets you save and retrieve persistent key-value pairs of primitive data types.



Answer : B


Question 3

You can embed a web browser inside your application using the WebView class.



Answer : B


Question 4

If you want to configure a link between two Android activities in the same Android application, you need to use:



Answer : C


Question 5

The following Android code will show the small popup message "Message saved as draft" for 3.5 seconds, and then automatically disappears: Toast.makeText(this, "Message saved as draft". Toast.LENGTH_LONG).show()



Answer : A


Question 6

In Android Studio 3.0 and higher, a checkbox is available to drag-and-drop from the palette panel.



Answer : B


Question 7

Which of the following Android Studio folders includes drawable files for different launcher icon densities?



Answer : D


Page:    1 / 14   
Total 45 questions