Android Question How to verify design to match any screen size

Nitin Joshi

Active Member
Licensed User
Longtime User
I am looking for some handy solution to verify APP design is perfect and appearance on any handset (any screen size and dpi) is same. As its impossible to keep all types of handsets.

My expectation is, just enter screen size and DPI to verify design is correct or not.

thank you.
 

Peter Simpson

Expert
Licensed User
Longtime User
I personally use designer scripts to try to make sure that my layouts work on as many devices as possible, even though some might say not to do that.

If you search the forum and find my COVID-19 source code examples (B4A and B4i), you will see the designer script I use, the layout looks great on all my mobile devices, from older small phones to P4XL, I didn't check my tablets as I didn't design it for them either.

Oh yes, do not forget to use anchors too...
 
Upvote 0

RB Smissaert

Well-Known Member
Licensed User
Longtime User
I personally use designer scripts to try to make sure that my layouts work on as many devices as possible, even though some might say not to do that.

If you search the forum and find my COVID-19 source code examples (B4A and B4i), you will see the designer script I use, the layout looks great on all my mobile devices, from older small phones to P4XL, I didn't check my tablets as I didn't design it for them either.

Oh yes, do not forget to use anchors too...

Starting now with different screen sizes and am interested to see you designer script
( If you search the forum and find my COVID-19 source code examples (B4A and B4i))
but can't find it.

RBS
 
Upvote 0

Peter Simpson

Expert
Licensed User
Longtime User
@RB Smissaert just a bit of script can work really well. But as I said previously, I made this on a phone, is should scale well on phones.

 
Upvote 0

Nitin Joshi

Active Member
Licensed User
Longtime User
If you search the forum and find my COVID-19 source code examples (B4A and B4i), you will see the designer script I use, the layout looks great on all my mobile devices, from older small phones to P4XL, I didn't check my tablets as I didn't design it for them either.
Can you share a link of your project as stated here?
 
Upvote 0

RB Smissaert

Well-Known Member
Licensed User
Longtime User
@RB Smissaert just a bit of script can work really well. But as I said previously, I made this on a phone, is should scale well on phones.


Thanks for that, will have a look.
I am not interested to adjust to devices other than phones for now.

RBS
 
Upvote 0
Top