00:00

QUESTION 1

Which of the following files has the correct name for a layout design file of an activity in an Android app?

Correct Answer: D

QUESTION 2

Assume you were given the code of an Android app that include a Google Map. When you checked the apps code, you found the following: var locationMangaer: LocationManager?=null var locationUstener: LocationListener?=null Which of the following is true about this app?

Correct Answer: A

QUESTION 3

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: C

QUESTION 4

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: C

QUESTION 5

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

Correct Answer: D