On Thu, Jun 7, 2012 at 2:17 AM, Glen Cook <[email protected]>wrote:
> That's right there is a 4 by 4 matrix of theoretically possible > devices > Definitely don't think of things as a matrix where you have NxM boxes to consider. That generally makes things look a lot more complicated than they are, and these days there are no longer clear buckets for size: http://android-developers.blogspot.com/2011/07/new-tools-for-managing-screen-sizes.html You should almost always approach this as density and size being separate independent axis; generally density impacts images and size impacts layouts. -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

