2

Well I'm developed the android app and i confused in Screen Size , can anyone explanation these words for me please , i mean for example WVGA can we use in which kind of Layout folder ? layout-small , layout-large ... ?

layout= ? size (WVGA , QVGA ...)        
layout-small= ? size  (WVGA , QVGA ...)     
layout-large= ? size (WVGA , QVGA ...)     
layout-large-long= ? size  (WVGA , QVGA ...)    
layout-large-land=? size (WVGA , QVGA ...) 

Thank you

XXX
  • 8,996
  • 7
  • 44
  • 53
Mr.James
  • 376
  • 2
  • 8
  • 25

2 Answers2

1

Check the Android Developer page about supporting multiple screen sizes.

Flo
  • 27,355
  • 15
  • 87
  • 125
1

Theses Android developer resources have all the information you need regarding screen sizes and densities:

http://developer.android.com/resources/dashboard/screens.html http://developer.android.com/guide/practices/screens_support.html

Codeman
  • 12,157
  • 10
  • 53
  • 91