Hello,
I would normally use the following code below to create my object using Java, but I would like to know how can I call it in B4A?
So far I have done the following and it allows me to dim the lib but I don't know how to load/include the code above.
Anyone got any ideas?
I would normally use the following code below to create my object using Java, but I would like to know how can I call it in B4A?
B4X:
Checker uc = new Checker(this, "one", "two", "three");
So far I have done the following and it allows me to dim the lib but I don't know how to load/include the code above.
B4X:
Dim Checker as MyChecker
Anyone got any ideas?