This is a test project to share c++ code between different targets, and how to implement the functions, with the wrappers if necessary (JNI for android).
- in C++ with the term command line project
- in Java with the android project
The different functions use the STL library.
- Write a tutorial
- Add iOS, WP
- Add more functions
- complex objects (get and send)
- numbers
Shared file :
std::string helloworld();
Android :
String helloworld();
Shared file :
std::vector<std::string> getDays();
Android :
ArrayList<String> getDays();
Android studio 1.4 with gradle experimental 0.4.0
// TODO