On Aug 21, 2012, at 8:18 AM, blorecrafter wrote:
> It would be great if he have a tutorial of some kind.
http://docs.xamarin.com/android/advanced_topics/Binding_Android_Types
That's not a short document...but that should have everything mentioned in this
thread. :-)
If you have any sug
Hi Jon
It worked thanks a lot...
only that i had to take the code to retrieve the string value from another
post.
It would be great if he have a tutorial of some kind.
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/Using-JNIEnv-Classes-tp5711303p5711432.html
Sent
Hi Jon
Thank you. I will try as instructed...
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/Using-JNIEnv-Classes-tp5711303p5711316.html
Sent from the Mono for Android mailing list archive at Nabble.com.
___
Monodroid m
On Aug 13, 2012, at 7:40 AM, blorecrafter wrote:
> I'm able to instantiate the class by the following statements:
>
> Java.Lang.Object jclassWrp_;
> IntPtr JavaScriptInterface_Class =
> JNIEnv.FindClass("mypackage.JavaScriptInterface");
JNI use should use JNI conventions, thus "mypackage/JavaSc