Hi there, I read through a few message chains in the Android groups and I'm still not clear whether it's possible to port C/C++ native applications into Android.
I own a project written in C/C++ and now I'm about to port it to Android. Rewriting the whole project with Java is not acceptable because not only the response time of the application is unacceptable but also it may take me months to do that.The project is COMPUTATION INTENSIVE and that's why I wrote it with C/C++ language. To port it to Android the best way seems to be 1) rewrite the UI part with Java, 2) recompile the computation intensive part (the engine) with a C/C++ compiler/linker in Android and 3) (bidirectionally) interact with C/C+ + native methods from inside the Java application. Is the above solution possible for my porting? If so, any proposal or reference for that to be done? If not, any suggestions? Xiaohan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---