Android interop with SWIG (a guide). From simple to weird. Part 1 — simple
- From sandbox
- Tutorial

SWIG is a tool for generating cross-language interfaces - it provides interoperability of C++ and other languages (C++ and Java in our case). SWIG just simplifies and automizes cross-language ...
Read more