Hello,
I am trying to learn a bit more about the libraries before purchasing this great software! I understand most of them in theory (without programming because I dont actually have them) except for the reflection library. I was trying to figure out how I would use the clipboard library (
http://developer.android.com/reference/android/text/ClipboardManager.html) to put some text in the clipboard as an example for practice but everything I write does not seem correct.
This is what I have written so far (but have not tested):
Dim r As Reflector
r.target=r.RunMethod("java.text.clipboardmanager")
r.RunMethod2("settext","hello","java.lang.object")
with hello being the text added to the clipboard but it seems incorrect with the java.text.clipboardmanager compared to the other examples of the reflection library I have seen where there is no dots in there. Could somebody please point me in the right direction or give me the code for the clipboard as a reference.
Help would be appreciated to help me understand more about this library!
All the best and happy holidays,
Joseph