Android Question B4XPages - Locked orientation limitation - programmatic UI

RJB

Active Member
Licensed User
Longtime User
Continuing from https://www.b4x.com/android/forum/t...ed-orientation-limitation.118939/#post-744020
The bottom line is that you will need to recreate the layout again as it will not adjust automatically, like in B4J and B4i.
If the UI is created entirely programmatically does this limitation go away? Can you still switch orientation/ recreate the UI in the same way as before? (I know that will be seen as a mistake but when the whole UI will be created 'on the fly' according to received instructions, it seems like the best option)
 
Top