Resources & Configuration

ANDROID › System

Resource qualifiers, best-match selection, dp/sp units, drawable densities, and adaptive layouts.

Interviewers use this topic to check whether you understand how Android serves the right asset for a given device configuration and how to build UIs that scale across phones, tablets, and foldables. Expect questions on qualifier ordering, the resource-selection algorithm, density-independent units, and modern adaptive APIs like window size classes. It is a frequent screen for both legacy View knowledge and current Compose practice.

What this covers

Study this topic

Further reading