Hi all,
I think many developers who aren't expert dislike the complex to using javaobject library or reflection library need this alike this library. Example library which gather javaobjects or reflection should be . (If we use this directly,we don't know how to use it)
I'm sorry if I can't explain my wanted well.
P.S. It 's better ,if it can split as categories for easy bring to use.
I think many developers who aren't expert dislike the complex to using javaobject library or reflection library need this alike this library. Example library which gather javaobjects or reflection should be . (If we use this directly,we don't know how to use it)
B4X:
Sub SetFocusable(edt as EditText)
Dim obj1 as Reflector
obj1.Target=edt
obj1.RunMethod2("SetFocusable",False,"java.lang.Boolean")
End Sub
Sub <Reflection Name1>
....
End Sub
Sub <Reflection Name2>
....
End Sub
Sub <Reflection Name3>
....
End Sub
I'm sorry if I can't explain my wanted well.
P.S. It 's better ,if it can split as categories for easy bring to use.
Last edited: