Android resources sune kaddarorin da ba code ba na app — layouts, strings, images, colors, dimensions — wanda ake ajiye banbanta da code a cikin res/ directory. Wannan bambantacciyar hanya tana goyan bayan aikikawar maintain, localization, da daidaituwa ga nau'ikan abokan ciniki da configurations daban-daban.
Abin da resources ne
Resources = app assets kept separate from code in res/:
res/layout/ → XML layout files (UI definitions)
res/values/ → strings.xml, colors.xml, dimens.xml, styles.xml
res/drawable/ → images, vector graphics, shapes
res/mipmap/ → app launcher icons
res/font/ → fonts
→ referenced in code as R.string.app_name, R.layout.activity_main, R.drawable.logo, etc.
