Hi,
I am a vb.net developer who just purchase B4A.
I have gone through the begginer guide, but still a bit unsure of a few things and hoping somebody will help out.
I have a B4A project, and I created a number of layouts in the designer.
In my code section, in the activity_create I load one of my layouts which is my apps splash screen.
The user pressed a button on the layout and I want to dispose of it and go to my applications main layout which I call mainL.
So in my button click code I do another loadlayout("mainl"), but what happens on my screen is that I get both layouts at the same time... I can't figure out how to remove or dispose of my splash screen layout.
Am I going about the correct way here ?? Or am I doing it totally wrong..?
Thanks
I am a vb.net developer who just purchase B4A.
I have gone through the begginer guide, but still a bit unsure of a few things and hoping somebody will help out.
I have a B4A project, and I created a number of layouts in the designer.
In my code section, in the activity_create I load one of my layouts which is my apps splash screen.
The user pressed a button on the layout and I want to dispose of it and go to my applications main layout which I call mainL.
So in my button click code I do another loadlayout("mainl"), but what happens on my screen is that I get both layouts at the same time... I can't figure out how to remove or dispose of my splash screen layout.
Am I going about the correct way here ?? Or am I doing it totally wrong..?
Thanks