Free Android AND-801 Exam Actual Questions

The questions for AND-801 were last updated On Dec 18, 2024

Question No. 1

The following image displays an Android notification labeled with the responsible to configure each part of it. Which of the following choices sets the Android notification title?

Show Answer Hide Answer
Correct Answer: D

Question No. 2

The following image includes Android code for an app that contains a button with an id : "Downloadbutton". When the app user clicks this button, a progress bar with id: "progressBar" will show up. What will happen if you change *'rate+=10" illustrated with green underlined text to ''rate+=50"?

Show Answer Hide Answer
Correct Answer: B

Question No. 3

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()

Show Answer Hide Answer
Correct Answer: C

Question No. 4

The Android library code is organized in such a way that it can be used by multiple Android applications.

Show Answer Hide Answer
Correct Answer: A

Question No. 5

The code snippet below displays a menu which is illustrated in another image. The emulator image displays a menu that contains three items, but in the code file none of these menu items are available. Where do these items come from?

Show Answer Hide Answer
Correct Answer: B