I'm coming from other development environments including android within eclipse.
I'm used to things like fill_parent, the various layout managers and such to make layouts that adapt dynamically and don't necessitate multiple screen designs, even if the aspect ratio of the display is completely different.
eg: I might have 4 buttons along the top that are 25% of the width, they are a fixed height (not quite true, but simply for this example), and the rest of the screen is filled with a listview (set to fill the remaining space).
Could I simply achieve this with B4A?
- Anthony
I'm used to things like fill_parent, the various layout managers and such to make layouts that adapt dynamically and don't necessitate multiple screen designs, even if the aspect ratio of the display is completely different.
eg: I might have 4 buttons along the top that are 25% of the width, they are a fixed height (not quite true, but simply for this example), and the rest of the screen is filled with a listview (set to fill the remaining space).
Could I simply achieve this with B4A?
- Anthony