Discussion:
String Transfer...
Quantum GSS
2018-05-01 01:21:10 UTC
Permalink
I want to transfer strings from C++ code to Java code. The strings are
changing hexadecimal values, to change the colors of some panels in the
display.
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-ndk+***@googlegroups.com.
To post to this group, send email to android-***@googlegroups.com.
Visit this group at https://groups.google.com/group/android-ndk.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-ndk/cd114bc3-e1eb-429f-9e09-95649164016e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Glenn Kasten
2018-05-01 16:46:53 UTC
Permalink
See https://developer.android.com/ndk/samples/sample_hellojni
It calls a function to retrieve a string from the native side, then
displays it on the screen.
Post by Quantum GSS
I want to transfer strings from C++ code to Java code. The strings are
changing hexadecimal values, to change the colors of some panels in the
display.
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-ndk+***@googlegroups.com.
To post to this group, send email to android-***@googlegroups.com.
Visit this group at https://groups.google.com/group/android-ndk.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-ndk/f3050501-86f2-4b41-b93f-05c9bf9a421c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Continue reading on narkive:
Loading...