If I have a large existing component alredy developed for another platform in C and I want to port it to Android what are the options?
If I re-write the entire thing in Java that will take a long time and also I would be worried about performance issues with everything running in the JVM. So if I split it so that the UI is in Java and the engine is in C what are the available mechanism(s) for making the C API available to the Java application? How would I debug this i.e. if I run the Java app in Eclipse how can I step into the C code? Are there other options? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

