AND-401 Exam QuestionsBrowse all questions from this exam

AND-401 Exam - Question 19


What does the Android project folder "res/" contain?

Show Answer
Correct Answer: B

The 'res' folder in an Android project contains resource files. These include drawable graphics, UI strings, layout files, and other resources that are separate from the compiled code. This is where you place any file that you would load with getResources() or from res. It does not contain Java Activity classes, Java source code, or libraries.

Discussion

1 comment
Sign in to comment
MmadiOption: B
Dec 31, 2022

B. Resource files