android-ndk-swig-example
android-ndk-swig-example copied to clipboard
Feature/callback from cpp to java
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.