java - Layout problems on Samsung Galaxy Y S5360 -


i new android development. have developed app supports screen sizes of 3" 4"! problem when run app on htc wildfire s (3.2") works find screen visuals fine see , gives best resolution.

but when run same app on samsung galaxy y s5360 (3") small portion of screen vanishes @ spot mean screen visuals not visible see , gives bad visuals of screen.

why when have set screen size ranging 3" 4". using relative layout , in eclipse ide screen showing also. here eclipse ide imageenter image description here

here samsung galaxy y s5360 image: sorry poor image.enter image description here can see problem of text @ bottom of cell phone image how can fix this? please in advance!

first- never trust eclipse plugin. buggy, , estimation anyway. can use see if you're right, never expect ont actual device, less on devices.

as problem- screen on device small layout. either need cut out whitespace or shrink something. if can find out exact resolution of device make special layout devices of resolution.

this standard problem in android ui design- you're developing lot of screen, of small. if want work on everything, have careful amount of content , empty space on each screen , test against variety of resolutions , physical sizes.

a way around size in dp. 1dp=1/160th of inch. know how big screen you'll show on.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -