Yea - more complex than I expected, but that is what makes this stuff fun :)
One thing I am trying to find and haven't turned up is where the lines are between LDPI, MDPI, HDPI, and XHDPI.
For example, the tablet is (assuing i am calculating it correctly) 149 DPI -- SQRT(( 1280 * 1280 )+( 800 * 800)) / 10.1"
The Droid is 265 DPI -- SQRT(( 854 * 854 )+( 480 * 480 )) / 3.7"
So the Droid would be HDPI or XHDPI? And the Tablet would be MDPI or LDPI?
Sorry to be dense. This is a very new way to think about things - I come form a world of absolute pixl values and screen positions and am not used to have the system do things without my knowing exactly what they are.
Scott