I've started using B4J after using B4A for a few months. What is the best structure of the code when using multiple forms. Unlike B4A where each activity has its own code, or indeed with vb.net where code is associated with a form, B4J seems to require all the code to be in come place. I understand code modules and calling Sub's in those modules, but from what I have gleaned it seems that all form objects need to be in the main code module. Is this correct or what is best/better practice?
thanks
thanks