Which of the following statements is false?

a. It’s considered good practice to place strings, string arrays, images, colors, font sizes, dimensions and other app resources in XML files within the subfolders of the project’s res folder, so these resources can be managed separately from your app’s Java code.
b. If you externalize color values, it becomes more difficult to update all components that use the same color.
c. If you wish to localize your app in several languages, storing the strings separately from the app’s code allows you to change them easily.
d. In your project’s res folder, the subfolder values contains a strings.xml file that’s used to store the app’s default language strings—English for our apps.


b. If you externalize color values, it becomes more difficult to update all components that use the same color. Actually, if you externalize color values, all components that use the same color can be updated to a new color simply by changing the color value in a central resource file.

Computer Science & Information Technology

You might also like to view...

Many of the shapes included in the ____ gallery can direct the viewer to important aspects of the presentation.

A. Graphics B. Shapes C. Boxes D. Background

Computer Science & Information Technology

Class Instant’s static method___________ gets the current time.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The value of the type attribute that should be specified for a JavaScript is ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

Identify questions that must be answered concerning the use and storage of data.

What will be an ideal response?

Computer Science & Information Technology