Dev choices: Java, C, C++...

Robert Fitz

New member
Was looking @ iphone dev, now thinking Droid is better. I understand that you can pic dev lang?
Java is JIT Compiled, whereas C is compiled and harder to de-compile/steel code and is faster.

Is this true on Droid?

Is there any dis-advantage to picking C/C++ over Java?

Is support / dev kits... the same or offer mostly the same options?

Thanks, KarlJay.
 
What you're trying to say abut java and C is true everywhere IMO.



It's very difficult to provide abstraction like java in C (to developers).


Couldn't get you.
 
JIT is coming to Android in version 2.1. At the moment it's just interpreted on a virtual machine like normal Java. JIT is supposed to give a 450% performance boost.
 
Back
Top