Does anyone know what the dimensions should be for creating a background for android application?
I want to have a background to look HD on all screen sizes.
Is there a guideline for this, or a reference?
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 reach this only by using vector graphics.
All other image types will lose quality when you scale them up or down.
Android tries to manage different screens itself by using graphics with different resolution and dpi (drawable-hdpi, -mdpi, -ldpi). I recommend reading the article below or use vector graphics.
Supporting Multiple Screens:
http://developer.android.com/guide/practices/screens_support.html