Layout display in ANDROID

is there any regions limit in layout display?

There’s no hard coded limit on the number of regions you can have in a layout, however, keep in mind that the more regions you have, the harder the Player is working and the longer it will take to change between your layouts. If you have an application where you’re planning extreeme numbers of regions, then perhaps consider using one of the other tools for the job.

So for example, if you’re doing a menu board, use a dataset rather than a region for every menu item name, image and price.

1 Like