Android: Resources and Intents: JP Lafond TF, Cs76
Android: Resources and Intents: JP Lafond TF, Cs76
res/drawable
res/color
<selector> <item>... </selector> NOTE: First item found is all the one selected,
so choose the order well.
res/drawable-<version>
hdpi - High Quality mdpi - Medium Quality ldpi - Low Quality land-hdpi - High Quality Landscape land-mdpi - Medium Quality Landscape land-ldpi - Low Quality Landscape
res/layout
ScrollView(s) LinearLayout(s) RelativeLayout(s) NOTE: Have all sizes in dip so that theyll
scale for various size screens or rotations.
res/raw
Files that wont be parsed: xml les to be read and not parsed... audio/video les text les to be read
res/values
Denitions of project specic variables: Colors Styles Themes Strings
Intents