I am start to developing android app.
Please teach me any resource or tips which how to develop android app for multidevice.
Android , there is so many device sizes. It makes me confuse.
Thanks in advance.
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.
There is a great tutorial at http://developer.android.com/guide/practices/screens_support.html that sets out best practices for layout design. Also look into building your application around fragments to support multiple pages on larger devices using http://developer.android.com/guide/practices/tablets-and-handsets.html
Finally, if you only have one device, you can use the emulator to test different screen resolutions and make sure it still works as intended.