Android Question Question about javaObject and Intent

Blu Blu

Member
Licensed User
Dear Everybody,
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
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
 

Attachments

  • Snipaste_2021-11-06_17-28-13.png
    Snipaste_2021-11-06_17-28-13.png
    24.4 KB · Views: 110
  • Snipaste_2021-11-06_17-29-19.png
    Snipaste_2021-11-06_17-29-19.png
    131.4 KB · Views: 124
Last edited:
Top