Just a quick question, what is the ids.xml used for when developing an Android app? I saw an example on the android resources webpage which contained:
ids.xml has the following advantage: all ids were declared, so compiler can recognize them. If something like this:
Can result in compiling error because text2 was refered before declared