Android Question Responsive design

AHilberink

Active Member
Licensed User
Longtime User
Hi,

I wonder what should be the way to build layouts for different formats, like a Phone and a Tablet with the same App.

Options I dicovered so far:
1 - I can add different resolutions. Do I have to move the useless outside the view?
2 - I can build different layouts and load them based on Activity.width.
3 - Build one and use scale functionality. I didn't test this, because I don't like scaling.

May be there are more options, please let me know.

If you have experience with this, please share your opinion.
I only could find something about this subject in the B4J group.

Thanks.

Best regards,
André
 
Top