I need to develop android application ONLY for android tablet 10.1.
For that can I created my xml file in my res--->layout folder for 10.1 tablet size?
Or do I have to create res--->layout-large folder for this purpose?
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.
you can use the existing layout folder since you don’t want to support any other screen sizes. Although you have to specify that in the AndroidManifest under the tag
e.g. :