Sunday, March 25, 2012

Windows 8 tablet, just as Crisp as the ipad3?



Windows 8 calls for three standard scaling percentages that ensure applications written for the operating system are functional and attractive no matter what size screen they are on, so long as they meet the minimum display specs a senior program manager on the Windows user experience team.
The minimum requirement is 1024 by 768 to allow more than bare-bones layouts, to fall in line with most website resolutions and to fall in line with the devices that most Windows 7 users already have.
As pixel densities increase, the size of each pixel gets smaller. If no accommodation is made for this change, objects and type sizes in applications would shrink as the screen resolution gets better. Scaling percentages ensure that as display resolution increases, the actual size of the objects remains within a usable range, type is always large enough to read and objects remain large enough to finger tap accurately, he says.
Those percentages are 100 percent, 140 percent and 180 percent. If developers write applications to accommodate them, the apps should look good no matter what type of device they run on so long as the devices meet Windows 8 minimum display requirements. "Because these scaling percentages are predictable, developers who provide images for each percentage can easily avoid any blurriness or artifacts due to image stretching," he says.
 He addresses iPads directly, noting that the scaling between an iPad 2 and a new iPad is 20 percent -- roughly twice the pixel density. "In the case of iPad 2 compared to new iPad the 200 percent scaling factor means that what you see on 1024 by 768 is exactly what you see on the new resolution, only sharper because more pixels are used," he says.
Microsoft has frameworks so developers don't have to manually code the apps to scale. Use of standard pixel units and XAML layouts, layouts will scale. Images corresponding to each scaling percentage can be stored and appropriately named so the appropriate one for the hardware will be chosen automatically. The goal is a baseline level of quality that can be achieved with little effort.

No comments:

Post a Comment