I’ve got some weird bug and I have to deep inspect my layout and drawable structure, step by step, folder by folder. I tried to find a document which describes how Android opens some drawable or pulls some layout in terms of which folder is accessed first and which last – in steps from A to Z.
Can someone direct me to such document or (if such doc does not exist) describe me these steps here?
What I mean? Like we have Activity life-cycle doc which says which method is called first and which last, I need a doc which will say something like this if the screen is Large Mdpi, then system will first look into X layout directory, then into Y and last into Z layout directory. If a screen is Large Mdpi, then the system will first pull a drawable from XX dir, then YY dir and lastly from ZZ dir. Something like this.
This is the right which explains everything. It’s made by Google Android team.
>> The link <<
(
http://developer.android.com/guide/topics/resources/providing-resources.html#BestMatch)