Linked by lemur2 on Tue 22nd Feb 2011 22:37 UTC
Thread beginning with comment 463628
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
This is excellent. I have a viewsonic g tablet (tegra2) running tnt lite (android) and the interface is constantly choppy. Frankly my n900 feels snappier and smoother interface wise. The native stuff should help with the responsiveness...it could even give google "an out" regarding their troubles with oracle and dalvik.
Sure there is interaction with Java.
Only with Android 2.3 it is possible to create pure C or C++ activities.
In prior versions you can only access native code via JNI.
So there is the need to have a Java wrapper to start the application and interact with Android APIs when required, at least if targeting devices older than 2.3.




Member since:
2005-07-06
It runs natively using the Android NDK along with the OpenGL ES APIs. There's almost no interaction with the Java stuff AFAIK. So I guess the answer is "on the kernel".