What are the criteria for a tablet device to fall under largescreens or xlargescreens?
I was looking at the Android dev guide and there is a clear definition for smallScreens and normalScreens, but the documentation is a bit vague regarding largescreens and xlargescreens.
smallScreens HVGA resolution
normalScreens HVGA with medium density WQVGA with low density WVGA with high density
largeScreens A large screen is defined as a screen that is significantly larger than a "normal" handset screen.
xlargeScreens An xlarge screen is defined as a screen that is significantly larger than a "large" screen.
Is there a resolution cut-off for largescreens? For example anything higher than or WSVGA (1024 × 600), and XGA (1024 × 768) is considered xlargeScreens?