Android Question Which screen size i should use

salar_androider

New Member
hello every body.i'm new to b4a and android programming.i've written some apps and tested them
directly with bridge in my LG phone.i've chosen layout : "match chosen variant" , is it correct ? in any devices it will run good ? tnx.
 
Last edited:

salar_androider

New Member
i sent my app to my friend having Xperia Z1,he said everything was OK ! visual and result of code.but i didn't use any "anchors or the designer script" !
 
Upvote 0

Beja

Expert
Licensed User
Longtime User
i sent my app to my friend having Xperia Z1,he said everything was OK ! visual and result of code.but i didn't use any "anchors or the designer script" !

you don't need to.. you can use anchors or the designer script to optimize the layout and place the views in code, instead of visually.. both methods work
and will be ok if you use var 320x480, scale 1. designer script will enable you to precisely and accurately place your views relative to each other or by
specifying the coordinates or percentages of their container.. also more faster.
 
Upvote 0
Top