What are the primary buckets, or groups, of smallest width (sw) layouts that should be provided in an app?
I tried creating buckets around the most common screen widths in pixels: 240, 320, 480, 540.
Then I realized that the buckets are DP values, so a phone that is 480px wide is not (necessarily) 480dp wide. I had multiple 480px wide phones falling into my 320dp bucket and messing everything up.
So how do you handle this? Which groups do you use for choosing the right layouts in your Android phone apps?