Hello everyone!
I know that Lime’s Android Target uses C++ code and native code for performance as well as consistency among native targets.
How hard it would be to create a Lime Target that outputs Java code?
Thanks for your time.
Hello everyone!
I know that Lime’s Android Target uses C++ code and native code for performance as well as consistency among native targets.
How hard it would be to create a Lime Target that outputs Java code?
Thanks for your time.
We used to have one, it’s primarily a matter of getting JNI to work with our native shared library, I think