There are lots of resources written in C/C++ languages. But on android platform, Java is major language. Developers have to using JNI to wrap the interface of c/c++ codes. JNI is suitable for simple case. For more complicate application, programmers have to maintain references of c++ objects to java objects, process callback functions from c/c++ to java, etc, which are not easy. Using CLE, these works will be don...More
There are lots of resources written in C/C++ languages. But on android platform, Java is major language. Developers have to using JNI to wrap the interface of c/c++ codes. JNI is suitable for simple case...More

