-2

Based on Blackberry , Andriod and iPhone ... what are the various screen resolutions available in Market ?

Yatin
  • 2,969
  • 9
  • 34
  • 68
KDS
  • 137
  • 1
  • 10
  • Do you mean screen size. That is easy it is x by y. Where x and y are positive integers. Sorry it is not as easy as you hoped, it is like asking what is the screen size of a Mac, Gnu/Linux, Microsoft computer. – ctrl-alt-delor Jul 02 '12 at 22:53
  • Richard, you have not understood what I have asked. I am sorry. Please look the answeres given below. – KDS Jul 03 '12 at 12:48

3 Answers3

1

BlackBerry

Here is a pretty good list for BlackBerry devices (read the whole thread, as it's been updated with newer devices in the more recent posts):

http://supportforums.blackberry.com/t5/Java-Development/List-of-Blackberry-Devices-with-resolution/td-p/556066

A less comprehensive list of BlackBerry icon sizes can be found here

iPhone

Here's a link for iPhone icon sizes:

http://developer.apple.com/library/ios/#documentation/userexperience/conceptual/mobilehig/IconsImages/IconsImages.html

iPhone screen dimensions are easy:

  • iPhone 2G, 3G, 3GS - 320x480
  • iPhone 4, 4S - 640x960

iPods and iPads add more devices, but you didn't specify that you were looking for those.

Android

The Android question has been asked several times on Stack Overflow. You can see this answer for a good place to start on screen sizes.

For Android icons, I like to use the Android Asset Studio. If you use it to build icons, it can help you make sure you get all the right sizes.

Community
  • 1
  • 1
Nate
  • 31,017
  • 13
  • 83
  • 207
0

There are no fixed background dimensions for BlackBerry and Android. iPhone's can be taken as fixed, but it's always better to be future proof and go with scaling your images to fit as many sizes as you can (within reason).

Raghav Sood
  • 81,899
  • 22
  • 187
  • 195
-1

Blackberry and Android vary wildly based on the specific model.

For iPhone info, go here: http://bit.ly/KPx2Zx

Aaron Brager
  • 65,323
  • 19
  • 161
  • 287