I want to get back into B4A and saw the new B4J developement environment. It looks very promissing.
I am designing an application that will support both Desktop and portable needs. This application would have several Forms and Classes. I am grouping them by function in VisualBasic. For instance. I have a Splash Screen and then the Main Form. The Main form has a class 'clsMain" associated with it.
When the Spash Screen is closed the application launches the Main class which opens the Main Form. Can I do this same type of thing with B4J? Do you have an example?
I use this setup to make it easier to reference code for Forms easier to maintain throughout the application life-cycle. This way unless I have clearly made a Module or Class that has Subs for Functions for multiple Forms/functions the class is specific for set of related Forms.
I am designing an application that will support both Desktop and portable needs. This application would have several Forms and Classes. I am grouping them by function in VisualBasic. For instance. I have a Splash Screen and then the Main Form. The Main form has a class 'clsMain" associated with it.
When the Spash Screen is closed the application launches the Main class which opens the Main Form. Can I do this same type of thing with B4J? Do you have an example?
I use this setup to make it easier to reference code for Forms easier to maintain throughout the application life-cycle. This way unless I have clearly made a Module or Class that has Subs for Functions for multiple Forms/functions the class is specific for set of related Forms.