Kwame Twum Active Member Licensed User Longtime User Feb 6, 2016 #1 Hello everyone, from one of @agraham 's examples this doesn't seem to work with API level 19+ B4X: Dim Obj1 As Reflector Label1.Text = "http://www.b4x.com" Obj1.Target = Obj1.CreateObject("android.text.util.Linkify") Dim args(2) As Object Dim types(2) As String args(0) = Label1 types(0) = "android.widget.TextView" args(1) = 15 types(1) = "java.lang.int" Obj1.RunMethod4("addLinks", args, types) Is there any workaround?
Hello everyone, from one of @agraham 's examples this doesn't seem to work with API level 19+ B4X: Dim Obj1 As Reflector Label1.Text = "http://www.b4x.com" Obj1.Target = Obj1.CreateObject("android.text.util.Linkify") Dim args(2) As Object Dim types(2) As String args(0) = Label1 types(0) = "android.widget.TextView" args(1) = 15 types(1) = "java.lang.int" Obj1.RunMethod4("addLinks", args, types) Is there any workaround?