I am working on a portscanner java library. The code works as a straight Applet JAR. It contains a MAIN.
Trying to convert it to a B4A library and I need to know how to make it Start. Should this be setup as Service module in order to Start? THANKS in advance.
I was confused with Main() method and Main activity.:sign0137: I need to invoke callback methods for this library and remove the Main() Method to something else like Start() or Destroy().