What is the way to have inline java code (#if java) call code in B4J in a console application ?
I tried
but this did not call a B4J method "callback" in my current class ?
Thanks
I tried
B4X:
import anywheresoftware.b4a.BA;
...
ba.raiseEventFromUI(this, "callback", "hello2");
but this did not call a B4J method "callback" in my current class ?
Thanks