I want to load screen dynamically reflected with changes that I made dynamically through program.
Currently when I load screen(form) it first shows screen which i designed with GUI builder. then after that changed screen appears. I have written my code in protected void beforeHome(Form f) {}
Can you please let me know how to resolve it. My application needs to be supported on all platforms (Android, iOS, Windows) and I don't want to write native code for all platforms separately.