Dear Everybody,
I often find when looking some tutorials:
Because i'm new to B4x and also to programm, so i want to ask if we have a list of strings that we use inside javaobject?(like circled in the screeshoot).Or where can i find some tutorial about this?
Thanks everyone in advance
BluBlu
I often find when looking some tutorials:
B4X:
Sub StartActivityForResult(i As Intent)
Dim jo As JavaObject = Me
jo = jo.RunMethod("getBA", Null)
ion = jo.CreateEvent("anywheresoftware.b4a.IOnActivityResult", "ion", Null)
jo.RunMethod("startActivityForResult", Array(ion, i))
End Sub
Thanks everyone in advance
BluBlu
Attachments
Last edited: