Android Question Place Objects Directly onto Pages or onto Panels First?

floatingpoint

Member
Licensed User
Longtime User
Hi,

New user and first post!

Very impressed with B4A.
My background is assembler and C but I've got some exciting Android stuff working already.

I have an app that will commnicate with an embedded controller using the USB Accessory mode.
Testing shows the basics of this are working.

Display and control will be done with an Android device.
I've constructed some pages including buttons, edittext, labels and images.

What I don't understand is why on some examples these objects are placed directly onto pages whereas on others they are placed onto panels which are then placed onto pages.

I'd like to have page layouts that will easily scale to different Android devices.

What are the reasons for placing objects onto panels onto pages versus onto pages directly?

Thanks in advance.

FP
 
Top