Does anybody know the difference between hdpi and large-hdpi?
mdpi and large-mdpi?
large-mdpi and sw600dp?
http://developer.android.com/guide/practices/screens_support.html
Thanks.
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.
From the API documentation:
Also note (same link):
This is where “smallestWidth sw600dp” and friends come in:
http://developer.android.com/guide/practices/screens_support.html#DeclaringTabletLayouts
The main issue is “How can the Android API accomodate the wide range of devices with the minimum effort on the part of the developer?”
‘Hope that helps