Java Question How to include/convert a Java to B4A

aaronk

Well-Known Member
Licensed User
Longtime User
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?

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?
 
Top