|
|
|
|
|
by michaelmior
1405 days ago
|
|
I'm not sure I would say Java is native on Android. Sure, most Android apps run on the JVM, but it's not strictly necessary. Google has even released a Native Development Kit that lets you write code in C/C++. https://developer.android.com/ndk/ |
|
Notice that this isn't true for games which interact with the hardware directly in C. Only for high level UI stuff.