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:
<resources>
<item name="snack" type="id"/>
</resources>
What would this be used for?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
id.xml is generally used to declare the id’s that you use for the views in the layouts.
you could use something like
for your given xml.