I have added a new activity module to my project and I know I can call it by using:
What I don't understand is how to design it differently than the Main activity. If I click the new activity tab for instance "Page 2", or whatever...I can put code in it, but in the abstract designer it just shows what I have in the Main design. How can I treat this as a new "form" like in Visual Basic and put all the new stuff on it?
B4X:
StartActivity("Module Name Here")
What I don't understand is how to design it differently than the Main activity. If I click the new activity tab for instance "Page 2", or whatever...I can put code in it, but in the abstract designer it just shows what I have in the Main design. How can I treat this as a new "form" like in Visual Basic and put all the new stuff on it?