The supported and prescribed manner of creating Android applications is via the Android SDK and that means writing your applications in Java.
But what if you have a large body of code already written in C and you want to take leverage that investment for your Android efforts? Should you port your code to Java? Porting your code may be the right answer, but before you start refactoring your code into Java, you should have a look at the Android Native Development Kit (NDK).
Related Posts:
Tags: C, Java, Linux Magazine, peeps