ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 95 - Associate Android Developer discussion

Report
Export

Assume that an app includes a default set of graphics and two other sets of graphics, each optimized for a different device setup:

res/drawable/

Contains default graphics.

res/drawable-small-land-stylus/

Contains graphics optimized for use with a device that expects input from a stylus and has a QVGA low-density screen in landscape orientation.

res/drawable-ja/

Contains graphics optimized for use with Japanese.

What happens if the app runs on a device that is configured to use Japanese and, at the same time, the device happens to be one that expects input from a stylus and has a QVGA low-density screen in landscape orientation?

A.
Android loads graphics from res/drawable/
Answers
A.
Android loads graphics from res/drawable/
B.
Android loads graphics from res/drawable-small-land-stylus/
Answers
B.
Android loads graphics from res/drawable-small-land-stylus/
C.
Android loads graphics from res/drawable-ja/
Answers
C.
Android loads graphics from res/drawable-ja/
Suggested answer: C

Explanation:

Reference:

https://developer.android.com/guide/topics/resources/localization

asked 18/09/2024
giulio guzzi
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first