Well you still win over Apple there.m0skit0 wrote:Using the NDK, I know, but this limits your app on running on a specific device architecture. Thus the ADK is still preferred for maximum compatibility.frank wrote:You can run native code on Android devices
You get the speed and it reaches a number of devices. Not all, but a lot.
Whilst Apple has only one device. Android FTW!:D
It compiles as it goes. Not translation since you can't exactly say it's translating and sending straight to CPU. It compiles and caches it. Then it runs the compiled cached program. So yes it's still slower than native.m0skit0 wrote:JIT is still not native since you still need to do a translation (and thus slower than native).JJS wrote:2.x Android version also introduced a JIT compiler for the Java VM.
Please correct me if I'm wrong here.
Also correct me if I'm wrong:P





