hello, i using classes for shared code at b4j and b4a.
i like to have the classes independent that they can open/close his form self.
currently i open the form outside and give it to the class (same as tutorial),
but that did not make me happy because i need call a sub to close the form from outside.
i have nested classes, i can not use "as Form" in parent class.
you have best practice for me?
should i make a form/activity list in main class?
i like to have the classes independent that they can open/close his form self.
currently i open the form outside and give it to the class (same as tutorial),
but that did not make me happy because i need call a sub to close the form from outside.
i have nested classes, i can not use "as Form" in parent class.
you have best practice for me?
should i make a form/activity list in main class?