Android Question test different devices: how to

Pflichtfeld

Active Member
Licensed User
(newbie from VB.net) How do you cope with the problem of different devices: I read lots of advices now, the super books which exists. But I have only one phone and my wife has only one tablet.
So even if I understood the handling of layout completely (am far away from this ;-)), I could not *proof* in reality. (Have an amd-processor, so no avd possible).
So how do you test your layouts?
Thanks TH
 

An Schi

Well-Known Member
Licensed User
In the Designer you could go to Tools -> Send to UI Cloud and view your Layout on some devices in the browser.

The "Share your creation" Forum has a subforum Test my app! where you could upload your work and others will check.
 
Upvote 0

JohnC

Expert
Licensed User
Longtime User
You can also learn about scaling your activities/views for different screens sizes:

 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
You can also use the abstract designer to do some tests and see how the anchors and designer script will affect the layout.

B4A_k6rXwZ1EKN.png
 
Upvote 0
Top