Hi everyone, i'm completing an app, but i really wish to solve those problems that i always had in these years using B4A.
Glitch 1:
I'm in Activity "A", i press a button to go to Activity "B".
Before showing the Activity "B" layout there is this ugly white screen in between, and then the layout of Activity "B" loads suddenly...
Glitch 2:
I've the app open on Activity "B" (the app start from Activity "Main"), and i press the HOME button, so the app goes in background.
So... why when i click the app icon on the home screen to open the app, the app show for a fraction the Activity "B", then restarts from the "Main" even if it was in background.. so it should only resume it.. not restarting.
(p.s. i use the "Main" as splashscreen where i check for updates etc.., then i start the second Activity ("B"), and do Activity.Finish in "Main", so the user can't go back to "Main" from the Activity "B" using the back button).
I hope there are solutions to this glitches.
It would look more professional in this case.
Thanks in advance
Glitch 1:
I'm in Activity "A", i press a button to go to Activity "B".
Before showing the Activity "B" layout there is this ugly white screen in between, and then the layout of Activity "B" loads suddenly...
Glitch 2:
I've the app open on Activity "B" (the app start from Activity "Main"), and i press the HOME button, so the app goes in background.
So... why when i click the app icon on the home screen to open the app, the app show for a fraction the Activity "B", then restarts from the "Main" even if it was in background.. so it should only resume it.. not restarting.
(p.s. i use the "Main" as splashscreen where i check for updates etc.., then i start the second Activity ("B"), and do Activity.Finish in "Main", so the user can't go back to "Main" from the Activity "B" using the back button).
I hope there are solutions to this glitches.
It would look more professional in this case.
Thanks in advance