How can I Change the order of screens while making app ?
Example: suppose there are three screens scr1, scr2, scr3. I want to make scren scr3 first. order like scr3, scr2, scr1.
You can not.
Screen 1 is always default screen.
You can open screen2 when screen1 initialize but not directly open screen2 or any other.
Also you can change default screen by editing your aia file.
1 Like
add the 10 ms clock and when screen inti. then forword it to newxt screen that you like as a first screen
1 Like
Thanks
Are you sure about that.
It’s true, you can’t go directly to screen2 without screen1
1 Like
Sure you can, if you know how and if you are willing to manipulate your apk.
Fair enough
Yes in case within the Kodular creator, but there are ways to change the screen sequence by editing the aia file, as I already said here
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.