Android Application Development v8 - AND-801 Exam Practice Test
If you want to configure a link between two Android activities in the same Android application, you need to use:
Correct Answer: B
Vote an answer
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"?

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"?

Correct Answer: B
Vote an answer
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?


Correct Answer: D
Vote an answer
To add a Google map to an Android app, you should to use map fragments.
Correct Answer: B
Vote an answer
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?

Which of the following choices sets the Android notification title?

Correct Answer: D
Vote an answer