Hi
When creating a new Basic4Android project, we get an initial screen(Activity).
If we then open the Designer, we're actually esigning a different screen, and not eiting the Initial one that already exists.
This causes the following phenomenon:
When I run my app,
the initial screen is shown for a second,
and only then, the second screen is shown.
I want to get rid of the initial one, because I don't want the user to first see an empty screen, which is then replaced by a secnod one.
How do I do it?
Thank you
When creating a new Basic4Android project, we get an initial screen(Activity).
If we then open the Designer, we're actually esigning a different screen, and not eiting the Initial one that already exists.
This causes the following phenomenon:
When I run my app,
the initial screen is shown for a second,
and only then, the second screen is shown.
I want to get rid of the initial one, because I don't want the user to first see an empty screen, which is then replaced by a secnod one.
How do I do it?
Thank you