Canceling screen 1 from appear

how r u koders :smiley:
How do I delete screen 1?
I want my app to start at another screen

You can not

1 Like

Instead you can create a logo in screen1, use clock and then open the other screen

1 Like

I am using rss feed in my app, rss feed takes about 7 seconds to load news
screen one takes about two seconds to load screen 2
all i want to reduce that 9 sec :thinking:

I’m sure but maybe you can load 10 feeds at a time and when user reached bottom load again next data

I just try to do that :smiley:

i think it works :+1: :+1: :+1:

1 Like

Try shifting your Screen2 sections on Screen1 along with a splash screen! If you set the splash screen for 5 seconds and load news at the same time, news should be shown within 2 seconds after hiding splash screen. :grinning_face_with_smiling_eyes:

1 Like

Selecting bloks one by one is along way :woozy_face: :smiley: :slightly_smiling_face:

You can’t delete Screen1 but if you thim its taking time to load you can display an image say logo in Screen1 to utilize the time gap

1 Like

That’s why I always prefer using layouts to create pages on Screen1. It helps!

1 Like

You can move your all arrangements of screen2 to screen1 by editing your aia.

1 Like

Is it also possible for invisible components like dynamic image and dynamic cards?

how r u asem i hope you be fine
i think it is the best way

Yes! But it is little complicated process :nerd_face:

Before trying this make a backup of your aia, if you go wrong your aia will be corrupted…:grinning_face_with_smiling_eyes:

For copying code from screen2 you need two points for identification, for this take 1 label at the top and Notifier at the end.

  1. Export your aia.
  2. Extract screen1 and screen2 .scm files.
  3. Open screen2 file. Copy the code from label1 to notifier1.
  4. In same way in screen1 make two points and paste this copied code in between these two points.
  5. Re compress your aia.
  6. Import it.

You will see screen2 arrangements in screen1.

And to copy blocks just use backpack.

2 Likes

re compressing with 7 zip or rar or winzip ? :thinking:
using 7zip this error appears11

I use Z achiever on my Android phone. It does not require recompression. I can just copy files from the aia and move them directly in the aia.

I don’t know about PC apps, i think win rar will work.

And for editing .scm screen file use notepad.

1 Like

ok i will try this way
@The_K_Studio I appreciate your effort :handshake: :slightly_smiling_face:

What if I don’t succeed ? :grimacing: :relieved:

PM me after some time i will try.

1 Like