Configuration types and qualifier names for each folder under the res directory

suggest change

Each resource directory under the res folder (listed in the example above) can have different variations of the contained resources in similarly named directory suffixed with different qualifier-values for each configuration-type.

Example of variations of `` directory with different qualifier values suffixed which are often seen in our android projects:

Exhaustive list of all different configuration types and their qualifier values for android resources:

| Configuration | Qualifier Values | | ————— | —————— | |MCC and MNC| Examples: | | | mcc310 | | | mcc310-mnc004 | | | mcc208-mnc00 | | | etc. | |Language and region| Examples: | | | en | | | fr | | | en-rUS | | | fr-rFR | | | fr-rCA | |Layout Direction| ldrtl | | | ldltr | |smallestWidth| swdp | | | Examples: | | | sw320dp | | | sw600dp | | | sw720dp | |Available width| wdp | | | w720dp | | | w1024dp | |Available height| hdp | | | h720dp | | | h1024dp | |Screen size| small | | | normal | | | large | | | xlarge | |Screen aspect| long | | | notlong | |Round screen| round | | | notround | |Screen orientation| port | | | land | |UI mode| car | | | desk | | | television | | | appliancewatch | |Night mode| night | | | notnight | |Screen pixel density (dpi)| ldpi | | | mdpi | | | hdpi | | | xhdpi | | | xxhdpi | | | xxxhdpi | | | nodpi | | | tvdpi | | | anydpi | |Touchscreen type| notouch | | | finger | |Keyboard availability| keysexposed | | | keyshidden | | | keyssoft | |Primary text input method| nokeys | | | qwerty | | | 12key | |Navigation key availability| navexposed | | | navhidden | |Primary non-touch navigation method| nonav | | | dpad | | | trackball | | | wheel | |Platform Version (API level)| Examples: | | | v3 | | | v4 | | | v7 |

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


Localization with resources:
* Configuration types and qualifier names for each folder under the res directory

Table Of Contents
2 Gradle
5 Intent
17 Service
19 WebView
31 SQLite
35 Glide
37 Dialog
38 ACRA
44 Handler
53 Toast
63 Menu
65 Picasso
70 Volley
71 Widgets
78 Realm
83 Localization with resources
90 Spinner
95 OkHttp
108 TextView
109 ListView
111 Loader
118 Xposed
119 Security
121 ImageView
123 Doze Mode
130 Drawables
131 Colors
134 Fresco
139 AdMob
145 Keyboard
146 Button
150 EditText
155 Vk SDK
163 ExoPlayer
169 XMPP
175 OpenCV
177 Threads
184 ORMLite
186 TabLayout
190 LruCache
192 Zip files
194 Fastlane
199 FileIO
202 Moshi
210 VideoView
216 Paint
218 ProGuard
226 CleverTap
228 ADB shell
229 Ping ICMP
230 AIDL
234 Context
240 JCodec
242 Okio
249 FuseView
254 Looper
261 Fastjson
263 Jackson
267 Smartcard