srplab's blog

Discuss about multi language programming of c/c ,java,c#,python,etc. Distribute object middleware

1-1/1 posts
There is no article in this blog.
  • Calling C/C++ from java android using CLE
  • Mar 4, 2012 4:14 PMComments 0Trackbacks 0Pageviews 208Public

            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

    Copyright © 2013 Yahoo!, Inc. All rights reserved