Supporting Multiple Screens for some devices in Android -


i read official document supporting multiple screens http://developer.android.com/guide/practices/screens_support.html

according document, should create different directories different resolultion.

now question. how support devices normal screen , high density or low density?

i ask because, there 2 posibilities (wvga800 (480x800) , wvga854 (480x854)) , (wqvga400 (240x400) , wqvga432 (240x432)) , don't know store background images them.

i take drawable-normal-hdpi or drawable-normal-ldpi, how make difference between 480x800 , 480x854 or between 240x400 , 240x432?!

thank in advance,

mur

this documentation on how specify alternate resources.

so drawable-normal-hdpi medium screens high dpi.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -