Mobile app version of vmapp.org
Login or Join
Tiffany317

: Smartphone resolution I am going to make a design for a smartphone game, now I have seen that there are MANY resolutions around. Luckily iPhone has only a few, but Android contains already

@Tiffany317

Posted in: #InterfaceDesign #Ppi

I am going to make a design for a smartphone game, now I have seen that there are MANY resolutions around. Luckily iPhone has only a few, but Android contains already more, not to speak about upcoming tablets..

Is it just a matter of designing for the right resolution or do I have to look at the DPI aswell?

If you had to make 2 designs for low and high resolution, which ones would they be?

Thanks.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Tiffany317

2 Comments

Sorted by latest first Latest Oldest Best

 

@Deb5748823

Is it just a matter of designing for the right resolution or do I have to look at the DPI aswell?


You always have to consider screen density in addition to resolution. How else can you be sure that users are able to easily absorb the information you display? I'm not sure if you've done any web design but there used to be a problem with sites specifying fonts in pixel sizes because it looked good on the designer's monitor. Unfortunately when viewed on monitors set to higher resolutions the text would become illegibly small.

Do you know for sure that your app will be on iOS and Android?

If so, your budget should have room for more than 2 sets of assets. It is non-trivial to port an iOS app to Android (and vice versa). Because of this, the cost of reworking art should be significantly less than the cost of porting/testing code. You really need to talk to the project lead about this.

If not, you don't need to consider all the extraneous screen dimensions.


If you had to make 2 designs for low and high resolution, which ones would they be?


If you can only make 2 designs, you need to talk to your project lead and find out where you expect to move the most units. Prioritize your platforms and design for the biggest target. There is no magic resolution/density so you must pick your target based on your users, not arbitrary devices in the wild.

10% popularity Vote Up Vote Down


 

@RJPawlick971

It depends on the game, really, but yes, you'd normally need to design for the screen itself.

DPI isn't the term you are looking for but PPI, which is a measurement of screen density. Hopefully, the higher-density screens on other devices will adopt the iOS model where the screen is double-density (retina display) but still uses units of measurement that are akin to the low-density devices. In other words, an iPhone screen is 460x320 'pt's even though the iPhone 4 has 960x640 actual pixels.

But...not all devices do that. For instance, there's a handful of BlackBerry devices that are higher density, but you can't easily accommodate them without doing specific device detection.

As for your second question: "If you had to make 2 designs for low and high resolution, which ones would they be?" it would be entirely dependent on the platforms you are targeting.

If you are aiming for ios, then that's easy. Design an iPad layout and an iPhone layout. For the iPhone version, you'd create two sets of image assets (standard and retina).

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme