android-ndk-swig-example icon indicating copy to clipboard operation
android-ndk-swig-example copied to clipboard

Feature/callback from cpp to java

Open MGasztold opened this issue 6 years ago • 0 comments

Recently I have been in need of creating a callback from C++ code back to java code using SWIG and this task unexpectedly consumed a lot of my time. With this pull request I share a solution to the callback issue. Hopefully it will keep someone out of trouble that I had.

MGasztold avatar Jun 03 '18 20:06 MGasztold