Android Question Compatibility between device

Giusy

Active Member
Licensed User
For a good compatibility between devices it is better to use dip or % placing panel, button...?
 

Giusy

Active Member
Licensed User
So if I move the window and everything moves correctly it means that I have done a good job and that compatibility is assured?
 
Upvote 0

BillMeyer

Well-Known Member
Licensed User
Longtime User
Yes agreed and if you want to do a quick check to see if you have covered the basics then use (in your Designer)
Tools-->Send to UI Cloud or F6 - it takes a minute or so and then you can see in your default browser what your basic design will look like on different size devices.

Enjoy !!
 
Upvote 0

Peter Simpson

Expert
Licensed User
Longtime User
You will find that a mix of anchors and designer script is usually the best way to go, but that really does depend on how complicated your layout is. In a lot of cases you can just get away with using the anchors...
 
Upvote 0

Giusy

Active Member
Licensed User
Little problem... screenscrollview in panel. I have anchored then screenscrollview to the panel (top-bottom-lleft-right) but the scroll stops at the end and is not complete.
 
Upvote 0

Giusy

Active Member
Licensed User
Peter, my be this the solution?

ScreenScrollView.panel.Height =545dip
 

Attachments

  • upload_2018-7-4_13-44-3.png
    223.6 KB · Views: 123
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…