Free Android Certified Application Developer AND-801 Exam Practice Test
AND-801 Exam Features
In Just $59 You can Access
- All Official Question Types
- Interactive Web-Based Practice Test Software
- No Installation or 3rd Party Software Required
- Customize your practice sessions (Free Demo)
- 24/7 Customer Support
Total Questions: 45
-
The SharedPreferences class provides a general framework that lets you save and retrieve persistent key-value pairs of primitive data types.
Answer: B Next Question -
Which of the following Android Studio folders includes drawable files for different launcher icon densities?
Answer: D Next Question -
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.
Answer: B Next Question -
Android is an open source, Linux-based software stack.
Answer: A Next Question -
As an Android developer, to change the font size of a text in Android layout, you should use attribute "android:textSize". Which of the following choices is the recommended syntax to change the font size to 18?
Answer: B Next Question -
Which of the following choices is the best answer to fill the empty space in the following sentence? Adding a new color to the colors.xml file in Android Studio (/res/values/colors.xml) helps the app developers to use this new color as attribute value for the ................attribute in all these app layouts.
Answer: C Next Question -
If your Android application creates a SQLite database, which of the following is the default directoryto save this database file?
Answer: C Next Question -
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 Next Question -
Which of the following is true about the following line of code: button.setOnClickListener({})
Answer: B Next Question -
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()
Answer: C Next Question
Total Questions: 45