Android Application Development v8 - AND-801 Exam Practice Test

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?
Correct Answer: B Vote an answer
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.
Correct Answer: A Vote an answer
You can embed a web browser inside your application using the WebView class.
Correct Answer: A Vote an answer
Which of the below choices is the best answer to fill the empty space in the following sentence? If you want to give all text widgets in an app the same format such as font color, font size, and font family, you should add the style attribute to the TextView XML tags in layout file and set the attribute value to the same style name.
You should define that style by adding a new style tag "style name-style_name" inside...............................
Correct Answer: D Vote an answer
The following image displays an AndroidManifest.xml file for an Android app. Which of the following choices is correct about this file?
Correct Answer: A Vote an answer