I am creating a layout within a program that contains 700 labels and takes about 7 seconds to do on my phone. This is OK when the application starts, I can display a splash screen, but when rotated it needs to create it again.
The layout is obviously different for orientations and screen sizes, which the program takes account of. So I would need to create at least 6 variations for different devices.
Is there any way of saving the layout in a temporary file to be reloaded while running, or even better exporting the layout as a .bal file from within a program so I can build them separately?
Failing that, is the .bal file structure available so I can create them first?
Many Thanks.
Steve
The layout is obviously different for orientations and screen sizes, which the program takes account of. So I would need to create at least 6 variations for different devices.
Is there any way of saving the layout in a temporary file to be reloaded while running, or even better exporting the layout as a .bal file from within a program so I can build them separately?
Failing that, is the .bal file structure available so I can create them first?
Many Thanks.
Steve