[android-developers] Re: Java App UI / Engine C split query

2008-12-01 Thread [EMAIL PROTECTED]



DigitalAirways ( www.digitalairways.com ) use a kind of software
bridge allowing all the Kaleido applications (that are mainly in C/C+
+) to run on Android with very good perfs.
I suppose that you can get in touch with them to get more information.

Franck


On Nov 27, 6:52 pm, Mungbeans [EMAIL PROTECTED] wrote:
 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 android-developers@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-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Java App UI / Engine C split query

2008-11-30 Thread Josh Steiner


Your only option is to rewrite it in java.  

-Josh

On Nov 28, 2008 7:58 AM, Mungbeans [EMAIL PROTECTED] wrote:


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 android-developers@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-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Java App UI / Engine C split query

2008-11-29 Thread Dianne Hackborn
At this time native code is not supported in the SDK.

On Thu, Nov 27, 2008 at 9:52 AM, Mungbeans [EMAIL PROTECTED] wrote:


 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?

 



-- 
Dianne Hackborn
Android framework engineer
[EMAIL PROTECTED]

Note: please don't send private questions to me, as I don't have time to
provide private support.  All such questions should be posted on public
forums, where I and others can see and answer them.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@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-developers?hl=en
-~--~~~~--~~--~--~---